Skip to content

Commit

Permalink
fix: test to load in 8bit for lora
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 committed Oct 29, 2024
1 parent a190e70 commit c2b9994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/multigpu/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def test_dpo_lora_ddp(self, temp_dir):
"sample_packing": False,
"eval_sample_packing": False,
"pad_to_sequence_len": True,
"load_in_8bit": True,
"adapter": "lora",
"lora_r": 8,
"lora_alpha": 16,
Expand Down

0 comments on commit c2b9994

Please sign in to comment.