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

Model: TechxGenus-MS/c4ai-command-r-v01-GPTQ
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-19 18:08:13 +08:00
commit 1c1695be2b
9 changed files with 793 additions and 0 deletions

13
quantize_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.01,
"desc_act": true,
"static_groups": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": null,
"model_file_base_name": null,
"quant_method": "gptq",
"checkpoint_format": "gptq"
}