Skip to content

Commit

Permalink
Undo CI version update
Browse files Browse the repository at this point in the history
Signed-off-by: Keval Morabia <[email protected]>
  • Loading branch information
kevalmorabia97 committed Oct 23, 2024
1 parent 587587c commit 89a1553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ jobs:
prune.ffn_hidden_size=192 \
prune.num_attention_heads=2 \
prune.num_query_groups=2 \
prune.hidden_size=128 \
prune.hidden_size=null \
export.save_path=examples/nlp/language_modeling/ci_prune_width.nemo
AFTER_SCRIPT: |
rm -rf examples/nlp/language_modeling/ci_prune_width.nemo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN pip install nemo_run@git+https://github.com/NVIDIA/NeMo-Run.git@${NEMO_RUN_T

# Install NeMo requirements
ARG TE_TAG=7d576ed25266a17a7b651f2c12e8498f67e0baea
ARG MODELOPT_VERSION=0.19.0
ARG MODELOPT_VERSION=0.17.0
ARG MCORE_TAG=425cdd48d5ef5d360d8033288ff7cb0d378f535f

ARG APEX_TAG=810ffae374a2b9cb4b5c5e28eaeca7d7998fca0c
Expand Down

0 comments on commit 89a1553

Please sign in to comment.