Skip to content

Commit

Permalink
Merge pull request #200 from yhyu13/fix_readme_arg
Browse files Browse the repository at this point in the history
Fix arg indent in readme which cause error
  • Loading branch information
pooruss authored Nov 22, 2023
2 parents 352524b + fd1cb05 commit 3010778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ deepspeed --master_port=20001 toolbench/train/train_lora.py \
--source_model_max_length 2048 \
--model_max_length 8192 \
--gradient_checkpointing True \
--lazy_preprocess True \
--lazy_preprocess True \
--deepspeed ds_configs/stage2.json \
--report_to none
```
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ deepspeed --master_port=20001 toolbench/train/train_lora.py \
--source_model_max_length 2048 \
--model_max_length 8192 \
--gradient_checkpointing True \
--lazy_preprocess True \
--lazy_preprocess True \
--deepspeed ds_configs/stage2.json \
--report_to none
```
Expand Down

0 comments on commit 3010778

Please sign in to comment.