Skip to content

Commit 475cff6

Browse files
committed
Merge: [BERT/PyT] Remove LDDL from DLE tools and point BERT to new LDDL repo
2 parents 87b56fc + 128ecbe commit 475cff6

75 files changed

Lines changed: 1 addition & 10587 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PyTorch/LanguageModeling/BERT/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY . .
2929

3030
# Install lddl
3131
RUN conda install -y jemalloc
32-
RUN pip install /workspace/bert/lddl
32+
RUN pip install git+https://github.com/NVIDIA/lddl.git
3333
RUN python -m nltk.downloader punkt
3434

3535
RUN pip install lamb_amp_opt/

PyTorch/LanguageModeling/BERT/lddl/.dockerignore

Lines changed: 0 additions & 144 deletions
This file was deleted.

PyTorch/LanguageModeling/BERT/lddl/.gitignore

Lines changed: 0 additions & 144 deletions
This file was deleted.

PyTorch/LanguageModeling/BERT/lddl/.style.yapf

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)