From 79832fb486b332774d57d91e5207a72b4e29c33c Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 25 Jun 2024 17:49:10 -0700 Subject: [PATCH] by default disable heavy memory profiling [ghstack-poisoned] --- train_configs/debug_model.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_configs/debug_model.toml b/train_configs/debug_model.toml index 0f0794a1..da634031 100644 --- a/train_configs/debug_model.toml +++ b/train_configs/debug_model.toml @@ -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]