Unverified Commit 0f2fa928 authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: update v1 docs (#1849)

parent 5e511e92
...@@ -41,9 +41,15 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) ...@@ -41,9 +41,15 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
Or install vLLM manually: Or install vLLM manually:
```bash
export VLLM_REF=3c545c0c3b98ee642373a308197d750d0e449403
git clone https://github.com/vllm-project/vllm.git
cd vllm
git checkout $VLLM_REF
VLLM_USE_PRECOMPILED=1 uv pip install -e .
``` ```
uv pip install vllm==0.9.1
``` If you are in the default vllm container remember to uninstall the old vllm using 'uv pip uninstall ai-dynamo-vllm'
2. Start required services: 2. Start required services:
```bash ```bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment