Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/rl/llama3_8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ trainer:
disable_loss_parallel: false

checkpoint:
enable_checkpoint: true
enable: true
folder: /tmp/Meta-Llama-3.1-8B-Instruct/saved_checkpoints
initial_load_path: /tmp/Meta-Llama-3.1-8B-Instruct/
initial_load_in_hf: true
Expand Down Expand Up @@ -119,7 +119,7 @@ replay_buffer:
# disable_loss_parallel: false
#
# checkpoint:
# enable_checkpoint: true
# enable: true
# folder: /tmp/Meta-Llama-3.1-8B-Instruct/
# interval: 500
# async_mode: "disabled"
Expand Down
2 changes: 1 addition & 1 deletion apps/sft/llama3_8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ parallelism:
disable_loss_parallel: false

checkpoint:
enable_checkpoint: true
enable: true
folder: /tmp/Meta-Llama-3.1-8B-Instruct/saved_checkpoints
initial_load_path: /tmp/Meta-Llama-3.1-8B-Instruct/
initial_load_in_hf: true
Expand Down
2 changes: 1 addition & 1 deletion apps/sft_v2/llama3_8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parallelism:
disable_loss_parallel: false

checkpoint:
enable_checkpoint: true
enable: true
folder: /tmp/Meta-Llama-3.1-8B-Instruct/saved_checkpoints
initial_load_path: /tmp/Meta-Llama-3.1-8B-Instruct/
initial_load_in_hf: true
Expand Down
Loading