Skip to content

Commit

Permalink
aim is ready except for resuming part
Browse files Browse the repository at this point in the history
  • Loading branch information
FilyaGeikyan committed Aug 28, 2024
1 parent fa670db commit 6faa971
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sentencepiece
tiktoken
blobfile
tabulate
transformers
6 changes: 4 additions & 2 deletions train_configs/chemlactica_125m.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ save_memory_snapshot_folder = "memory_snapshot"
[metrics]
log_freq = 1
enable_color_printing = true
enable_tensorboard = true
save_tb_folder = "tb"
enable_aim = true
save_aim_folder = "aim"
#aim_hash = "c6b4d8b340f74287b82ef928"
#aim_experiment_name = "hello"

[model]
name = "opt"
Expand Down
4 changes: 2 additions & 2 deletions train_configs/debug_model.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ log_freq = 1
enable_color_printing = true
enable_aim = true
save_aim_folder = "aim"
aim_hash = "c6b4d8b340f74287b82ef928"
aim_experiment_name = "hello"
#aim_hash = "c6b4d8b340f74287b82ef928"
#aim_experiment_name = "hello"

[model]
name = "llama3"
Expand Down
6 changes: 4 additions & 2 deletions train_configs/galactica_125m_hf_to_titan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ save_memory_snapshot_folder = "memory_snapshot"
[metrics]
log_freq = 1
enable_color_printing = true
enable_tensorboard = true
save_tb_folder = "tb"
enable_aim = true
save_aim_folder = "aim"
#aim_hash = "c6b4d8b340f74287b82ef928"
#aim_experiment_name = "hello"

[model]
name = "opt"
Expand Down

0 comments on commit 6faa971

Please sign in to comment.