Qwen2.5-0.5B-Instruct / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
516c8d0 verified
raw
history blame contribute delete
No virus
285 Bytes
{
"modes": [
"fp16",
"q8",
"int8",
"uint8",
"q4",
"q4f16",
"bnb4"
],
"per_channel": false,
"reduce_range": false,
"block_size": null,
"is_symmetric": true,
"accuracy_level": null,
"quant_type": 1
}