File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ set -euo pipefail
2020
2121# Parse arguments
2222EDITABLE=true
23+ # REMOVE nvshmem cherry-pick when moving to next version of vllm
2324VLLM_REF=" 1da94e673c257373280026f75ceb4effac80e892" # from v0.10.1.1
2425# When updating above VLLM_REF make sure precompiled wheel file URL is correct. Run this command:
2526# aws s3 ls s3://vllm-wheels/${VLLM_REF}/ --region us-west-2 --no-sign-request
@@ -128,6 +129,11 @@ cd $INSTALLATION_DIR
128129git clone $VLLM_GIT_URL vllm
129130cd vllm
130131git checkout $VLLM_REF
132+ # nvshmem fix - cherry-pick commit pinning pplx version
133+ # https://github.com/ai-dynamo/dynamo/actions/runs/17907241473/job/50910654042?pr=2969#step:8:280
134+ # remove when moving to next version of vllm
135+ # Configure git user for cherry-pick operation
136+ GIT_COMMITTER_NAME=" Container Build" GIT_COMMITTER_EMAIL=" container@buildkitsandbox.local" git cherry-pick 906e461ed6ddccd3cc7b68fa72048d2d3fcbd72c
131137
132138if [ " $ARCH " = " arm64" ]; then
133139 echo " Installing vllm for ARM64 architecture"
You can’t perform that action at this time.
0 commit comments