Skip to content

Commit

Permalink
Merge branch 'r1.23.0' into cp_leak_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericharper authored Feb 1, 2024
2 parents 6295c65 + 40da002 commit 2f7ffca
Show file tree
Hide file tree
Showing 95 changed files with 2,181 additions and 423 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ WORKDIR /workspace/
# We leave it here in case we need to work off of a specific commit in main
RUN git clone https://github.com/NVIDIA/Megatron-LM.git && \
cd Megatron-LM && \
git checkout e122536b7645edcb7ebf099b5c92a443f7dbf8e7 && \
git checkout 27cbe46714a50c43ed290f1b1472db8d2780c55c && \
pip install .

# Apex bugfix for PyTorch 23.11 container: https://github.com/NVIDIA/apex/pull/1760
Expand Down
Loading

0 comments on commit 2f7ffca

Please sign in to comment.