Update for Transformers AWQ support

This commit is contained in:
ai-modelscope
2025-01-27 22:37:27 +08:00
parent 7b550f7fff
commit 79334b97df
14 changed files with 93970 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"
}