Skip to content

Commit

Permalink
remove aim in default debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
philippguevorguian committed Aug 28, 2024
1 parent dbb0166 commit c0182da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions train_configs/debug_model.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ save_memory_snapshot_folder = "memory_snapshot"
[metrics]
log_freq = 1
enable_color_printing = true
enable_aim = true
save_aim_folder = "aim"
aim_hash = "1d56ec7bed87438684a8da6b"
aim_experiment_name = "hello"
# enable_aim = true
# save_aim_folder = "aim"
#aim_hash = "1d56ec7bed87438684a8da6b"
#aim_experiment_name = "hello"

[model]
name = "llama3"
Expand Down

0 comments on commit c0182da

Please sign in to comment.