Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Dec 5, 2023
1 parent e714271 commit f0e26f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mcli/mcli-llama2-finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ parameters:
# Load from local filesystem or remote object store
# load_path: ./gpt-1b/checkpoints/latest-rank{rank}.pt
# load_path: s3://my-bucket/my-folder/gpt-1b/checkpoints/latest-rank{rank}.pt
# load_weights_only: true # Only load the weights, not the optimizer state, LR schedule, etc
load_weights_only: true # Only load the weights, not the optimizer state, LR schedule, etc
2 changes: 1 addition & 1 deletion scripts/train/yamls/finetune/mpt-7b_domain_adapt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ save_folder: ./{run_name}/checkpoints
# Load from local filesystem or remote object store
# load_path: ./gpt-7b/checkpoints/latest-rank{rank}.pt
# load_path: s3://my-bucket/my-folder/gpt-7b/checkpoints/latest-rank{rank}.pt
# load_weights_only: true # Only load the weights, not the optimizer state, LR schedule, etc
load_weights_only: true # Only load the weights, not the optimizer state, LR schedule, etc
2 changes: 1 addition & 1 deletion scripts/train/yamls/finetune/t5-small_dolly_sft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ callbacks:
# Load from remote object store
# REPLACE THE BELOW with you own checkpoint!
# load_path: oci://my-bucket/my-folder/checkpoints/some_checkpoint.pt
# load_weights_only: true # Only load the weights, not the optimizer state, LR schedule, etc
load_weights_only: true # Only load the weights, not the optimizer state, LR schedule, etc

0 comments on commit f0e26f8

Please sign in to comment.