Update for Transformers AWQ support

This commit is contained in:
ai-modelscope
2025-02-03 00:08:39 +08:00
parent ea6d26bf32
commit e2489ed4e3
15 changed files with 94055 additions and 58 deletions

6
quant_config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"zero_point": true,
"q_group_size": 128,
"w_bit": 4,
"version": "GEMM"
}