初始化项目,由ModelHub XC社区提供模型

Model: baichuan-inc/Baichuan-M2-32B-GPTQ-Int4
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-08 16:14:15 +08:00
commit 6aad305542
21 changed files with 3572 additions and 0 deletions

12
quantize_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"bits": 4,
"group_size": 128,
"sym": true,
"data_type": "int",
"nsamples": 512,
"autoround_version": "0.5.1",
"quant_method": "gptq",
"desc_act": false,
"true_sequential": false,
"damp_percent": 0.01
}