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
28400714
Unverified
Commit
28400714
authored
Aug 18, 2025
by
Neelay Shah
Committed by
GitHub
Aug 18, 2025
Browse files
chore: updating to use pinned precompiled version (#2489)
parent
0376e72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
container/deps/vllm/install_vllm.sh
container/deps/vllm/install_vllm.sh
+11
-2
No files found.
container/deps/vllm/install_vllm.sh
View file @
28400714
...
...
@@ -147,10 +147,19 @@ if [ "$ARCH" = "arm64" ]; then
fi
else
echo
"Installing vllm for AMD64 architecture"
echo
"Attempting to install pinned OpenAI version..."
if
!
uv pip
install
openai
==
1.99.9
;
then
echo
"Pinned versions failed"
exit
1
fi
export
VLLM_PRECOMPILED_WHEEL_LOCATION
=
https://vllm-wheels.s3.us-west-2.amazonaws.com/
${
VLLM_REF
}
/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl
if
[
"
$EDITABLE
"
=
"true"
]
;
then
VLLM_USE_PRECOMPILED
=
1
uv pip
install
-e
.
--torch-backend
=
$TORCH_BACKEND
uv pip
install
-e
.
--torch-backend
=
$TORCH_BACKEND
else
VLLM_USE_PRECOMPILED
=
1
uv pip
install
.
--torch-backend
=
$TORCH_BACKEND
uv pip
install
.
--torch-backend
=
$TORCH_BACKEND
fi
fi
...
...
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