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

Model: Intel/DeepSeek-R1-0528-Qwen3-8B-int4-AutoRound-awq-inc
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-05 19:38:13 +08:00
commit a86b6ea7a0
13 changed files with 1607 additions and 0 deletions

13
quantization_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"bits": 4,
"group_size": 128,
"sym": true,
"data_type": "int",
"autoround_version": "0.5.1",
"quant_method": "awq",
"zero_point": false,
"version": "gemm",
"modules_to_not_convert": [
"lm_head"
]
}