update deepep commit to support qwen3-coder (#9066)
This commit is contained in:
@@ -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
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user