docs(readme): remove stale runtime references
This commit is contained in:
+5
-6
@@ -26,9 +26,9 @@
|
||||
┌─────────────────────────────────────────────────────────────────┐
|
||||
│ Container Runtime │
|
||||
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
|
||||
│ │ Ollama │ │ vLLM │ │ TGI │ │ Custom │ │
|
||||
│ │Container │ │Container │ │Container │ │Container │ │
|
||||
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
|
||||
│ │ vLLM │ │ TGI │ │ Custom │ │
|
||||
│ │Container │ │Container │ │Container │ │
|
||||
│ └──────────┘ └──────────┘ └──────────┘ │
|
||||
└─────────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
@@ -116,8 +116,7 @@ modelgrid/
|
||||
│ │ │ └── embeddings.ts # /v1/embeddings
|
||||
│ │ └── middleware/ # Request processing
|
||||
│ │ ├── auth.ts # API key validation
|
||||
│ │ ├── sanity.ts # Request validation
|
||||
│ │ └── proxy.ts # Container proxy
|
||||
│ │ └── sanity.ts # Request validation
|
||||
│ ├── models/ # Model management
|
||||
│ │ ├── index.ts
|
||||
│ │ ├── registry.ts # Model registry
|
||||
@@ -177,7 +176,7 @@ modelgrid config init # Initialize configuration
|
||||
|
||||
## Greenlit Model System
|
||||
|
||||
Models are controlled via a remote greenlist to prevent arbitrary downloads:
|
||||
Models are resolved through a remote catalog so deployments come from an explicit allowlist:
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user