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
53cec4ac
Unverified
Commit
53cec4ac
authored
Dec 11, 2025
by
Guangtong Bai
Committed by
GitHub
Dec 11, 2025
Browse files
feat: install Run:ai model streamer for vllm (#4848)
Signed-off-by:
Guangtong Bai
<
guangtong.bai@gmail.com
>
parent
2ef0f5fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
container/deps/vllm/install_vllm.sh
container/deps/vllm/install_vllm.sh
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
container/deps/vllm/install_vllm.sh
View file @
53cec4ac
...
...
@@ -126,7 +126,7 @@ git checkout $VLLM_REF
echo
"
\n
=== Installing vLLM & FlashInfer ==="
echo
"Installing vLLM
$VLLM_REF
from PyPI..."
uv pip
install
vllm[flashinfer]
==
$VLLM_REF
--torch-backend
=
${
TORCH_BACKEND
}
uv pip
install
vllm[flashinfer
,runai
]
==
$VLLM_REF
--torch-backend
=
${
TORCH_BACKEND
}
uv pip
install
flashinfer-cubin
==
$FLASHINF_REF
uv pip
install
flashinfer-jit-cache
==
$FLASHINF_REF
--extra-index-url
https://flashinfer.ai/whl/
${
TORCH_BACKEND
}
...
...
pyproject.toml
View file @
53cec4ac
...
...
@@ -56,7 +56,7 @@ trtllm =[
vllm
=
[
"uvloop"
,
"nixl[cu12]<=0.7.1"
,
"vllm[flashinfer]==0.12.0"
,
"vllm[flashinfer
,runai
]==0.12.0"
,
]
sglang
=
[
...
...
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