Skip to content

Commit 3e1592c

Browse files
committed
Revert "Update dockerfile to point to stripped-down apex repo"
This reverts commit 40c7656.
1 parent 40c7656 commit 3e1592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN python -m pip install protobuf==3.20.*
105105
RUN python -m pip cache purge
106106

107107
## Install APEX
108-
RUN pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings --global-option=--cpp_ext --config-settings --global-option=--cuda_ext git+https://github.com/segyges/apex-fused-adamw.git@bae1f93d033716dc9115a0baf7bcda328addabe9
108+
RUN pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings --global-option=--cpp_ext --config-settings --global-option=--cuda_ext git+https://github.com/NVIDIA/apex.git@bae1f93d033716dc9115a0baf7bcda328addabe9
109109

110110
COPY megatron/fused_kernels/ megatron/fused_kernels
111111
WORKDIR /megatron/fused_kernels

0 commit comments

Comments
 (0)