Skip to content

Commit

Permalink
Merge branch 'r2.0.0rc1' into mblaz/allow-fps-not-by-dp
Browse files Browse the repository at this point in the history
  • Loading branch information
dimapihtar authored Jul 10, 2024
2 parents 07ac797 + 01dff0e commit d3c87ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pip install --no-cache-dir --no-build-isolation --extra-index-url https://pypi.n
"megatron_core @ git+https://github.com/NVIDIA/Megatron-LM.git@${MCORE_TAG}" \
"nvidia-modelopt[torch]~=${MODELOPT_VERSION}" \
"apex @ git+https://github.com/NVIDIA/apex.git@${APEX_TAG}" \
"unstructured==0.14.9" \
"llama-index==0.10.43" \
"onnxscript @ git+https://github.com/microsoft/onnxscript" \
-r tools/ctc_segmentation/requirements.txt \
Expand Down
1 change: 1 addition & 0 deletions nemo/lightning/_strategy_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def set_model_parallel_attributes(model, parallelism):
config.expert_model_parallel_size = parallelism.expert_model_parallel_size
config.moe_extended_tp = parallelism.moe_extended_tp
config.sequence_parallel = parallelism.sequence_parallel
config.pipeline_dtype = parallelism.pipeline_dtype

return config

Expand Down

0 comments on commit d3c87ef

Please sign in to comment.