Skip to content

Commit

Permalink
by default disable heavy memory profiling
Browse files Browse the repository at this point in the history
ghstack-source-id: cad7b3c41fd60ec19c0e6e7d058e8aa00602a187
Pull Request resolved: pytorch#430
  • Loading branch information
tianyu-l committed Jun 26, 2024
1 parent 87bc0b5 commit b515bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_configs/debug_model.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use_for_integration_test = true
enable_profiling = true
save_traces_folder = "profile_trace"
profile_freq = 10
enable_memory_snapshot = true
enable_memory_snapshot = false
save_memory_snapshot_folder = "memory_snapshot"

[metrics]
Expand Down

0 comments on commit b515bf2

Please sign in to comment.