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
vllm_cscc
Commits
7c7aa37c
Unverified
Commit
7c7aa37c
authored
Dec 20, 2024
by
Daniele
Committed by
GitHub
Dec 21, 2024
Browse files
[CI/Build] fix pre-compiled wheel install for exact tag (#11373)
Signed-off-by:
Daniele Trifirò
<
dtrifiro@redhat.com
>
parent
04139ade
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
7c7aa37c
...
@@ -466,7 +466,7 @@ def get_vllm_version() -> str:
...
@@ -466,7 +466,7 @@ def get_vllm_version() -> str:
version
+=
f
"
{
sep
}
empty"
version
+=
f
"
{
sep
}
empty"
elif
_is_cuda
():
elif
_is_cuda
():
if
envs
.
VLLM_USE_PRECOMPILED
:
if
envs
.
VLLM_USE_PRECOMPILED
:
version
+=
".
precompiled"
version
+=
f
"
{
sep
}
precompiled"
else
:
else
:
cuda_version
=
str
(
get_nvcc_cuda_version
())
cuda_version
=
str
(
get_nvcc_cuda_version
())
if
cuda_version
!=
MAIN_CUDA_VERSION
:
if
cuda_version
!=
MAIN_CUDA_VERSION
:
...
...
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