Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Nov 28, 2024
1 parent 2142e23 commit 81d9959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/import-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Preserve wheel location
DIST_FILE=$(find ./dist -name "*.whl" | head -n 1)
echo "::set-output name=DIST_FILE::${DIST_FILE}"
echo "DIST_FILE=${DIST_FILE}" | tee -a "$GITHUB_OUTPUT"
- name: Install NeMo + test dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pip install --no-cache-dir --no-build-isolation --extra-index-url https://pypi.n
".[all]"
EOF

ARG MCORE_TAG=452d52083081398e09fb5cdd753434aa6f1b2d1f
ARG MCORE_TAG=c1728c12f1f1cdbb786e52f1ffe512295d76bef3
RUN <<"EOF" bash -ex
# Megatron-LM installation
git clone https://github.com/NVIDIA/Megatron-LM.git
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_nlp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ijson
jieba
markdown2
matplotlib>=3.3.2
megatron_core @ git+https://github.com/NVIDIA/Megatron-LM.git@452d52083081398e09fb5cdd753434aa6f1b2d1f
megatron_core @ git+https://github.com/NVIDIA/Megatron-LM.git@c1728c12f1f1cdbb786e52f1ffe512295d76bef3
nltk>=3.6.5
numpy<2 # tensorstore has an implicit compiled dependency on numpy<2
opencc
Expand Down

0 comments on commit 81d9959

Please sign in to comment.