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
89ede845
"lib/llm/vscode:/vscode.git/clone" did not exist on "471a352f0cf5e34105bc07b4bb24bc95daffc5a8"
Unverified
Commit
89ede845
authored
Aug 11, 2025
by
Kris Hung
Committed by
GitHub
Aug 12, 2025
Browse files
fix: Pinned PyTorch version for vLLM container (#2359)
parent
bea92eae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
container/deps/vllm/install_vllm.sh
container/deps/vllm/install_vllm.sh
+2
-2
No files found.
container/deps/vllm/install_vllm.sh
View file @
89ede845
...
...
@@ -24,7 +24,7 @@ VLLM_REF="f4135232b9a8c4845f8961fb1cd17581c56ae2ce"
MAX_JOBS
=
16
INSTALLATION_DIR
=
/tmp
ARCH
=
$(
uname
-m
)
DEEPGEMM_REF
=
"
1876566
"
DEEPGEMM_REF
=
"
03d0be3
"
FLASHINF_REF
=
"v0.2.8rc1"
TORCH_BACKEND
=
"cu128"
...
...
@@ -174,7 +174,7 @@ else
git clone https://github.com/flashinfer-ai/flashinfer.git
--recursive
cd
flashinfer
git checkout
$FLASHINF_REF
python
-m
pip
install
-v
.
uv
pip
install
-v
--no-build-isolation
.
fi
echo
"vllm installation completed successfully"
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