Skip to content

Commit

Permalink
[CI/Build] fix pre-compiled wheel install for exact tag (vllm-project…
Browse files Browse the repository at this point in the history
…#11373)

Signed-off-by: Daniele Trifirò <[email protected]>
  • Loading branch information
dtrifiro authored and Ubuntu committed Jan 19, 2025
1 parent 05304af commit 7d760ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def get_vllm_version() -> str:
version += f"{sep}empty"
elif _is_cuda():
if envs.VLLM_USE_PRECOMPILED:
version += ".precompiled"
version += f"{sep}precompiled"
else:
cuda_version = str(get_nvcc_cuda_version())
if cuda_version != MAIN_CUDA_VERSION:
Expand Down

0 comments on commit 7d760ab

Please sign in to comment.