"vscode:/vscode.git/clone" did not exist on "f4a3d09a9d8361d17e63a3a5c44eca5ba9e7c76b"
Unverified Commit 89f1d4f5 authored by Yi Zhang's avatar Yi Zhang Committed by GitHub
Browse files

update deepep commit to support qwen3-coder (#9066)

parent 75e6a7cd
...@@ -2,7 +2,7 @@ ARG CUDA_VERSION=12.6.1 ...@@ -2,7 +2,7 @@ ARG CUDA_VERSION=12.6.1
FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04 FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04
ARG BUILD_TYPE=all ARG BUILD_TYPE=all
ARG DEEPEP_COMMIT=b6ce310bb0b75079682d09bc2ebc063a074fbd58 ARG DEEPEP_COMMIT=b92d0d4860ce6866cd6d31bfbae937f9a7a3772b
ARG CMAKE_BUILD_PARALLEL_LEVEL=2 ARG CMAKE_BUILD_PARALLEL_LEVEL=2
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
CUDA_HOME=/usr/local/cuda \ CUDA_HOME=/usr/local/cuda \
......
...@@ -58,7 +58,7 @@ cd build ...@@ -58,7 +58,7 @@ cd build
make -j$(nproc) install make -j$(nproc) install
# Install DeepEP # Install DeepEP
rm -rf /root/.cache/deepep && git clone https://github.com/deepseek-ai/DeepEP.git /root/.cache/deepep && cd /root/.cache/deepep && git checkout b6ce310bb0b75079682d09bc2ebc063a074fbd58 rm -rf /root/.cache/deepep && git clone https://github.com/deepseek-ai/DeepEP.git /root/.cache/deepep && cd /root/.cache/deepep && git checkout b92d0d4860ce6866cd6d31bfbae937f9a7a3772b
cd /root/.cache/deepep && python3 setup.py install cd /root/.cache/deepep && python3 setup.py install
# Verify configuration # Verify configuration
......
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