Skip to content

Commit

Permalink
Finetune shell typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresmyhair committed Apr 24, 2024
1 parent 5a526a7 commit 96b8e5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/run_finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ output_dir=output_models/finetune
deepspeed_args="--master_port=11000"
conversation_template=llama2

# Safty related arguments
# Safety related arguments
trust_remote_code=0

while [[ $# -ge 1 ]]; do
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_finetune_with_lisa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ block_size=256
per_device_train_batch_size=1
conversation_template=llama2

# Safty related arguments
# Safety related arguments
trust_remote_code=0

# Enable model parallelism for multiple gpus, modify this if you prefer
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_finetune_with_lora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conversation_template=llama2
output_dir=output_models/finetune
deepspeed_args="--master_port=11000"

# Safty related arguments
# Safety related arguments
trust_remote_code=0

while [[ $# -ge 1 ]]; do
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_finetune_with_lora_save_aggregated_weights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conversation_template=llama2
output_dir=output_models/finetune
deepspeed_args="--master_port=11000"

# Safty related arguments
# Safety related arguments
trust_remote_code=0

while [[ $# -ge 1 ]]; do
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_finetune_with_qlora_save_aggregated_weights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conversation_template=llama2
output_dir=output_models/finetune
deepspeed_args="--master_port=11000"

# Safty related arguments
# Safety related arguments
trust_remote_code=0

while [[ $# -ge 1 ]]; do
Expand Down

0 comments on commit 96b8e5b

Please sign in to comment.