phind-codellama-34b-GPTQ-Int8 / quantize_config.json
Devops-hestabit's picture
Upload folder using huggingface_hub
1d3abab verified
raw
history blame contribute delete
303 Bytes
{
"bits": 8,
"group_size": 32,
"damp_percent": 0.01,
"desc_act": true,
"static_groups": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": "phind-codellama-34b-int8",
"model_file_base_name": "gptq_model-8bit-32g",
"is_marlin_format": false,
"quant_method": "gptq"
}