Update for Transformers AWQ support

This commit is contained in:
ai-modelscope
2025-01-26 19:00:16 +08:00
parent d03c2d995e
commit edfed77a30
15 changed files with 94148 additions and 60 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"
}