tiny-puffed-llama-GPTQ / quantize_config.json
Glavin001's picture
AutoGPTQ model for PY007/TinyLlama-1.1B-step-50K-105b: 4bits, gr128, desc_act=False
68a9924
raw
history blame
211 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
}