Skip to content

Commit

Permalink
use transformer engine v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Feb 22, 2024
1 parent eadca11 commit 1b0d2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfile/torch1.14-cuda11.8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN cd third_party/msccl && \
make install
# cache TE build to save time in CI
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable
python3 -m pip install git+https://github.com/NVIDIA/TransformerEngine.git@v1.1

ADD . .
RUN python3 -m pip install . && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/torch2.1-cuda12.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN cd third_party/msccl && \
make install
# cache TE build to save time in CI
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable
python3 -m pip install git+https://github.com/NVIDIA/TransformerEngine.git@v1.1

ADD . .
RUN python3 -m pip install . && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers=[
]
dependencies = [
"torch",
"transformer-engine@git+https://github.com/NVIDIA/TransformerEngine.git@stable",
"transformer-engine@git+https://github.com/NVIDIA/TransformerEngine.git@v1.1",
"colorlog>=6.7.0",
"deepspeed==0.13.1",
"mpi4py",
Expand Down

0 comments on commit 1b0d2cf

Please sign in to comment.