Update for Transformers AWQ support

This commit is contained in:
ai-modelscope
2025-02-15 00:56:32 +08:00
parent 9df68ab171
commit 4e56254ecb
15 changed files with 93932 additions and 55 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"
}