Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
177fb356
Commit
177fb356
authored
Mar 15, 2025
by
ptarasiewiczNV
Committed by
GitHub
Mar 15, 2025
Browse files
fix: Specify vLLM prebuilt wheel location (#176)
parent
f64e2366
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/deps/vllm/install.sh
container/deps/vllm/install.sh
+1
-1
No files found.
container/deps/vllm/install.sh
View file @
177fb356
...
...
@@ -92,7 +92,7 @@ fi
echo
"Installing using:
$INSTALL_CMD
"
if
[
"
$USE_PRECOMPILED
"
=
true
]
;
then
echo
"Using precompiled kernels"
export
VLLM_
USE_
PRECOMPILED
=
1
export
VLLM_PRECOMPILED
_WHEEL_LOCATION
=
"https://files.pythonhosted.org/packages/e7/c0/5b7f019aa798dedfb44c30971e9becf3c6a2db7dde311570178fa66c49c8/vllm-0.7.2-cp38-abi3-manylinux1_x86_64.whl"
fi
$INSTALL_CMD
.
...
...
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