Skip to content

Commit

Permalink
Fix: lowercase True values in config (#713)
Browse files Browse the repository at this point in the history
* Fix: lowercase `True` values in config

* Fix: lowercase `True` values in config
  • Loading branch information
atgctg authored Oct 10, 2023
1 parent 11c48c5 commit ace70b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/mistral/qlora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ adapter: qlora
lora_model_dir:

sequence_len: 8192
sample_packing: True
pad_to_sequence_len: True
sample_packing: true
pad_to_sequence_len: true

lora_r: 32
lora_alpha: 16
Expand Down
4 changes: 2 additions & 2 deletions examples/pythia/lora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ num_epochs: 3
learning_rate: 0.00001
train_on_inputs: false
group_by_length: false
bf16: True
tf32: True
bf16: true
tf32: true
early_stopping_patience:
resume_from_checkpoint:
local_rank:
Expand Down

0 comments on commit ace70b3

Please sign in to comment.