Safetensors
mistral
vllm
8-bit precision
gptq
riva-translate-4b-instruct-gptq-int8 / quantize_config.json
googlefan's picture
Upload folder using huggingface_hub
a4662d1 verified
raw
history blame contribute delete
542 Bytes
{
"bits": 8,
"group_size": 128,
"desc_act": false,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:5.6.0"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.05,
"damp_auto_increment": 0.01,
"static_groups": false,
"true_sequential": true,
"mse": 0.0,
"gptaq": false,
"gptaq_alpha": 0.25,
"act_group_aware": true
},
"pack_impl": "cpu",
"format": "gptq"
}