Skip to content

Commit

Permalink
use mean_resizing_embeddings with qlora and added tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Oct 29, 2024
1 parent 9a8d9ab commit 6665737
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 @@ -281,6 +281,7 @@ def test_fsdp_qlora_prequant_packed(self, temp_dir):
"base_model": "axolotl-ai-co/TinyLlama_v1.1-bnb-nf4-bf16",
"tokenizer_type": "AutoTokenizer",
"adapter": "qlora",
"mean_resizing_embeddings": True,
"load_in_4bit": True,
"lora_r": 8,
"lora_alpha": 16,
Expand Down

0 comments on commit 6665737

Please sign in to comment.