Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable cuda graph for mlperf 24n config #380

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion launcher_scripts/conf/training/gpt3/mlperf-24n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ model:
name: megatron_gpt_full_te_layer_autocast
use_tp_pp_dp_mapping: false
fp8_params: true
enable_cuda_graph: 1
enable_cuda_graph: False # TODO: set to true once cuda graph functionality is fully supported
defer_embedding_wgrad_compute: true
use_te_rng_tracker: true
tp_comm_overlap_ag: true
Expand Down
Loading