We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231de88 commit 04eb5d2Copy full SHA for 04eb5d2
docker/ray-llm/Dockerfile
@@ -44,7 +44,9 @@ export UV_SYSTEM_PYTHON=1
44
export TORCH_CUDA_ARCH_LIST="9.0a 10.0a"
45
46
# Install EP kernels (PPLX, DeepEP, and NVSHMEM)
47
-curl -fsSL "${VLLM_RAW}/tools/ep_kernels/install_python_libraries.sh" | bash -s -- --workspace /home/ray/llm_ep_support
+# Fix CUDA version mismatch: Use nvshmem 3.3.20 which was compiled with CUDA 12.8
48
+curl -fsSL "${VLLM_RAW}/tools/ep_kernels/install_python_libraries.sh" | \
49
+ bash -s -- --workspace /home/ray/llm_ep_support --nvshmem-ver 3.3.20
50
51
# Install DeepGEMM
52
curl -fsSL "${VLLM_RAW}/tools/install_deepgemm.sh" | bash
0 commit comments