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
"examples/backends/vscode:/vscode.git/clone" did not exist on "d92d5c7705a845eef786521c0de9ba1070ed6a48"
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
Show 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
...
@@ -147,10 +147,19 @@ if [ "$ARCH" = "arm64" ]; then
fi
fi
else
else
echo
"Installing vllm for AMD64 architecture"
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
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
else
VLLM_USE_PRECOMPILED
=
1
uv pip
install
.
--torch-backend
=
$TORCH_BACKEND
uv pip
install
.
--torch-backend
=
$TORCH_BACKEND
fi
fi
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