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
396755eb
Unverified
Commit
396755eb
authored
Sep 22, 2025
by
Anant Sharma
Committed by
GitHub
Sep 22, 2025
Browse files
fix: add deepep and pplx pinning commit in vllm repo checkout (#3168)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
31c78df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
container/deps/vllm/install_vllm.sh
container/deps/vllm/install_vllm.sh
+6
-0
No files found.
container/deps/vllm/install_vllm.sh
View file @
396755eb
...
...
@@ -20,6 +20,7 @@ set -euo pipefail
# Parse arguments
EDITABLE
=
true
# REMOVE nvshmem cherry-pick when moving to next version of vllm
VLLM_REF
=
"1da94e673c257373280026f75ceb4effac80e892"
# from v0.10.1.1
# When updating above VLLM_REF make sure precompiled wheel file URL is correct. Run this command:
# aws s3 ls s3://vllm-wheels/${VLLM_REF}/ --region us-west-2 --no-sign-request
...
...
@@ -128,6 +129,11 @@ cd $INSTALLATION_DIR
git clone
$VLLM_GIT_URL
vllm
cd
vllm
git checkout
$VLLM_REF
# nvshmem fix - cherry-pick commit pinning pplx version
# https://github.com/ai-dynamo/dynamo/actions/runs/17907241473/job/50910654042?pr=2969#step:8:280
# remove when moving to next version of vllm
# Configure git user for cherry-pick operation
GIT_COMMITTER_NAME
=
"Container Build"
GIT_COMMITTER_EMAIL
=
"container@buildkitsandbox.local"
git cherry-pick 906e461ed6ddccd3cc7b68fa72048d2d3fcbd72c
if
[
"
$ARCH
"
=
"arm64"
]
;
then
echo
"Installing vllm for ARM64 architecture"
...
...
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