Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ uv pip install -U git+https://github.com/vllm-project/vllm.git \
|
|
| 47 |
|
| 48 |
uv pip install compressed-tensors==0.12.3a20251114 --no-cache
|
| 49 |
uv pip install --upgrade torchvision --break-system-packages --no-cache
|
| 50 |
-
uv pip install cloudpickle msgspec zmq blake3 cachetools prometheus_client fastapi openai openai_harmony pybase64 llguidance diskcache xgrammar lm-format-enforcer partial-json-parser cbor2 einops gguf numba
|
| 51 |
```
|
| 52 |
|
| 53 |
2. Initialize vLLM server:
|
|
|
|
| 47 |
|
| 48 |
uv pip install compressed-tensors==0.12.3a20251114 --no-cache
|
| 49 |
uv pip install --upgrade torchvision --break-system-packages --no-cache
|
| 50 |
+
uv pip install cloudpickle msgspec zmq blake3 cachetools prometheus_client fastapi openai openai_harmony pybase64 llguidance diskcache xgrammar lm-format-enforcer partial-json-parser cbor2 einops gguf numba --no-cache
|
| 51 |
```
|
| 52 |
|
| 53 |
2. Initialize vLLM server:
|