Yan Bai commited on
Commit
85d63c1
·
1 Parent(s): c74073d
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir \
8
  termcolor \
9
  ipdb
10
  # 添加 Megatron-LM core_v0.12.2
11
- RUN git clone -b core_v0.12.2 --depth 1 https://github.com/NVIDIA/Megatron-LM.git /opt/Megatron-LM
12
 
13
  RUN git clone -b estimator_mcore013 --depth 1 https://github.com/ISEEKYAN/mbridge.git /opt/mbridge
14
 
 
8
  termcolor \
9
  ipdb
10
  # 添加 Megatron-LM core_v0.12.2
11
+ RUN git clone -b core_v0.13.0rc4 --depth 1 https://github.com/NVIDIA/Megatron-LM.git /opt/Megatron-LM
12
 
13
  RUN git clone -b estimator_mcore013 --depth 1 https://github.com/ISEEKYAN/mbridge.git /opt/mbridge
14