Unverified Commit 7641fce5 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: update install_vllm.sh, remove accidental nixl installation (#5033)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 7436e3bc
...@@ -146,7 +146,6 @@ elif [[ "$CUDA_VERSION_MAJOR" == "13" ]]; then ...@@ -146,7 +146,6 @@ elif [[ "$CUDA_VERSION_MAJOR" == "13" ]]; then
uv pip install \ uv pip install \
--index-strategy=unsafe-best-match \ --index-strategy=unsafe-best-match \
--extra-index-url https://download.pytorch.org/whl/${TORCH_BACKEND} \ --extra-index-url https://download.pytorch.org/whl/${TORCH_BACKEND} \
nixl[cu13]==0.7.1 \
https://github.com/vllm-project/vllm/releases/download/v${VLLM_VER}/vllm-${VLLM_VER}+${TORCH_BACKEND}-cp38-abi3-manylinux_2_31_x86_64.whl[flashinfer,runai] \ https://github.com/vllm-project/vllm/releases/download/v${VLLM_VER}/vllm-${VLLM_VER}+${TORCH_BACKEND}-cp38-abi3-manylinux_2_31_x86_64.whl[flashinfer,runai] \
--torch-backend=${TORCH_BACKEND} --torch-backend=${TORCH_BACKEND}
uv pip install flashinfer-cubin==$FLASHINF_REF uv pip install flashinfer-cubin==$FLASHINF_REF
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment