Skip to content

Commit

Permalink
Merge branch 'main' into test_config_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
aluu317 authored Jul 25, 2024
2 parents 168c9a3 + 297544e commit 0fd2aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ python tuning/sft_trainer.py \
--r 8 \
--lora_dropout 0.05 \
--lora_alpha 16 \
--target_modules ["c_attn", "c_proj"]
--target_modules c_attn c_proj
```

Equally you can pass in a JSON configuration for running tuning. See [build doc](./build/README.md) for more details. The above can also be passed in as JSON:
Expand Down

0 comments on commit 0fd2aee

Please sign in to comment.