deepseek-pt-v3-quantized-int4 / quantize_config.json
shawnzzzzz's picture
AutoGPTQ model for pe-nlp/deepseek-pt-v3-quantized-int4: 8bits, gr128, desc_act=False
d1641d3 verified
raw
history blame contribute delete
268 Bytes
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.01,
"desc_act": false,
"static_groups": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": null,
"model_file_base_name": null,
"quant_method": "gptq",
"checkpoint_format": "gptq"
}