Hunyuan-MT-Chimera-7B-fp8 / hf_quant_config.json
hhoh's picture
Upload hf_quant_config.json with huggingface_hub
9907986 verified
raw
history blame contribute delete
192 Bytes
{
"quantization": {
"exclude_modules": [
"lm_head",
"model.embed_tokens"
],
"kv_cache_quant_algo": null,
"quant_algo": "FP8"
}
}