update test_falcon_samplepack

This commit is contained in:
Sunny Liu
2025-04-21 16:29:49 -04:00
parent cb121ab91b
commit a20e753321

View File

@@ -32,7 +32,10 @@ class TestFalconPatched(unittest.TestCase):
"flash_attention": True,
"sample_packing": True,
"sequence_len": 2048,
"load_in_4bit": True,
"quantization": {
"backend": "bnb",
"bits": 4,
},
"adapter": "qlora",
"lora_r": 16,
"lora_alpha": 32,