Qwen3-30B-A3B-autoround-2bit-gptq / quantize_config.json
bnjmnmarie's picture
Upload folder using huggingface_hub
3a40113 verified
raw
history blame contribute delete
729 Bytes
{
"bits": 2,
"group_size": 32,
"sym": true,
"data_type": "int",
"enable_quanted_input": true,
"enable_minmax_tuning": true,
"seqlen": 4096,
"batch_size": 8,
"scale_dtype": "torch.float16",
"lr": 0.001953125,
"minmax_lr": 0.001953125,
"gradient_accumulate_steps": 1,
"iters": 512,
"amp": true,
"nsamples": 512,
"low_gpu_mem_usage": false,
"to_quant_block_names": null,
"enable_norm_bias_tuning": false,
"act_bits": 16,
"act_group_size": 32,
"act_sym": true,
"act_dynamic": true,
"act_data_type": "int",
"super_bits": null,
"super_group_size": null,
"autoround_version": "0.5.1",
"quant_method": "gptq",
"desc_act": false,
"true_sequential": false,
"damp_percent": 0.01
}