File size: 728 Bytes
814362c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"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": true,
"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
} |