Qwen2-7B-int4-inc / quantization_config.json
wenhuach's picture
first commit
73e3240
raw
history blame
505 Bytes
{
"bits": 4,
"group_size": 128,
"sym": false,
"data_type": "int",
"enable_quanted_input": true,
"enable_minmax_tuning": true,
"seqlen": 2048,
"train_bs": 8,
"scale_dtype": "torch.float16",
"lr": 0.001,
"minmax_lr": 0.001,
"gradient_accumulate_steps": 1,
"iters": 1000,
"amp": true,
"n_samples": 512,
"low_gpu_mem_usage": false,
"dataset": "NeelNanda/pile-10k",
"autoround_version": "0.2.1.dev",
"quant_method": "intel/auto-round",
"backend": "autoround:exllamav2"
}