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

Model: sliuau/Llama-3.2-3B_4bits_128group_size
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-12 12:27:17 +08:00
commit 4928fca57d
10 changed files with 2606 additions and 0 deletions

21
quantize_config.json Normal file
View File

@@ -0,0 +1,21 @@
{
"bits": 4,
"group_size": 128,
"desc_act": true,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:2.0.0-dev"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.01,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
"mse": 0.0
}
}