Skip to content

Commit

Permalink
Fix eval_sample_packing in llama-3 lora example (#1716) [skip ci]
Browse files Browse the repository at this point in the history
* Fix eval_sample_packing in llama-3 lora example

* Update examples/llama-3/lora-8b.yml

Co-authored-by: Wing Lian <[email protected]>

---------

Co-authored-by: Wing Lian <[email protected]>
  • Loading branch information
RodriMora and winglian committed Jul 13, 2024
1 parent 634f384 commit 219cd0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/llama-3/lora-8b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ output_dir: ./outputs/lora-out

sequence_len: 4096
sample_packing: true
eval_sample_packing: false
pad_to_sequence_len: true

adapter: lora
Expand Down

0 comments on commit 219cd0d

Please sign in to comment.