fix typos

This commit is contained in:
Sunny Liu
2025-04-18 14:35:42 -04:00
committed by Sung Ching Liu
parent feaef03cb9
commit 987c5217a0
2 changed files with 6 additions and 6 deletions

View File

@@ -36,11 +36,11 @@ class TestHQQ(unittest.TestCase):
"use_hqq": True,
"hqq_config": [
{
"nbits": 4,
"nbits": 8,
"group_size": 32,
}
],
"lora_adapter": "qlora",
"adapter": "lora",
"lora_r": 16,
"lora_alpha": 32,
"lora_dropout": 0.05,