Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
0f2fa928
Unverified
Commit
0f2fa928
authored
Jul 09, 2025
by
Alec
Committed by
GitHub
Jul 10, 2025
Browse files
fix: update v1 docs (#1849)
parent
5e511e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
examples/vllm_v1/README.md
examples/vllm_v1/README.md
+8
-2
No files found.
examples/vllm_v1/README.md
View file @
0f2fa928
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment