TinyLlama-1.1B-Chat-v1.0-g128-marlin / quantize_config.json
robertgshaw2's picture
Upload folder using huggingface_hub
1a17521 verified
raw
history blame
No virus
302 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": "./TinyLlama-1.1B-Chat-v1.0-g128-gptq",
"model_file_base_name": "model",
"is_marlin_format": true,
"quant_method": "gptq"
}