docs(readme): remove stale runtime references

This commit is contained in:
2026-04-21 12:45:52 +00:00
parent 0ea98caed6
commit 5e8ce6690d
2 changed files with 8 additions and 10 deletions
+5 -6
View File
@@ -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
{