Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
sungho.park committed Mar 17, 2023
1 parent 9ad8b87 commit a881c29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deepspeed_config:
zero3_save_16bit_model: true
zero_stage: 3
distributed_type: DEEPSPEED
downcast_bf16: 'yes'
downcast_bf16: 'no'
dynamo_backend: 'NO'
fsdp_config: {}
machine_rank: 0
Expand Down
1 change: 0 additions & 1 deletion train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ accelerate launch --config_file config.yaml train.py \
--lora_dropout 0.05 \
--bf16 True \
--bf16_full_eval True \
--torch_dtype bfloat16 \
--do_train \
--do_eval \
--output_dir $output_dir \
Expand Down

0 comments on commit a881c29

Please sign in to comment.