Skip to content

Commit 79832fb

Browse files
committed
by default disable heavy memory profiling
[ghstack-poisoned]
1 parent cb73810 commit 79832fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_configs/debug_model.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use_for_integration_test = true
99
enable_profiling = true
1010
save_traces_folder = "profile_trace"
1111
profile_freq = 10
12-
enable_memory_snapshot = true
12+
enable_memory_snapshot = false
1313
save_memory_snapshot_folder = "memory_snapshot"
1414

1515
[metrics]

0 commit comments

Comments
 (0)