update more tests + better hqq validation

This commit is contained in:
Sunny Liu
2025-04-21 22:17:08 -04:00
parent db7e92f6a6
commit c4910da015
4 changed files with 27 additions and 10 deletions

View File

@@ -89,6 +89,9 @@ class TestLoraLlama(unittest.TestCase):
"sequence_len": 1024,
"sample_packing": True,
"flash_attention": True,
"quantization": {
"backend": "gptq",
},
"load_in_8bit": True,
"adapter": "lora",
"gptq": True,