forked from NVIDIA/Megatron-LM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
380 changed files
with
10,281 additions
and
3,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ build | |
slurm* | ||
logs | ||
.vscode | ||
local/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[MCORE][3] | ||
megatron/core/ @shanmugamr @maanug @jcasper @eharper | ||
megatron/core/ @shanmugamr @jcasper @eharper @terryk | ||
|
||
[TESTS] | ||
tests/ @shanmugamr @maanug | ||
tests/ @shanmugamr @terryk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:23.04-py3 | ||
FROM ${FROM_IMAGE_NAME} | ||
|
||
RUN pip install --no-cache-dir \ | ||
"pytest-cov" \ | ||
"pytest_mock" \ | ||
"nltk" \ | ||
"wrapt" \ | ||
"zarr" \ | ||
"tensorstore==0.1.45" \ | ||
"git+https://github.com/fanshiqing/[email protected]" \ | ||
"black==19.10b0" \ | ||
"isort" \ | ||
"click==8.0.2" | ||
# syntax=docker/dockerfile:experimental | ||
|
||
FROM nvcr.io/nvidia/pytorch:24.01-py3 | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \ | ||
/etc/apt/apt.conf.d/docker-clean | ||
|
||
RUN apt-get update && apt-get install -y --no-install-recommends | ||
|
||
RUN pip3 install --no-cache-dir einops flask-restful nltk pytest pytest-cov pytest_mock sentencepiece wrapt git+https://github.com/fanshiqing/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.