Qwen3-ForcedAligner-0.6B-4bit / quantize_config.json
leduclinh's picture
Duplicate from aufklarer/Qwen3-ForcedAligner-0.6B-4bit
a71b8d7
raw
history blame contribute delete
214 Bytes
{
"quantization": {
"group_size": 64,
"bits": 4,
"quantized_components": [
"text_decoder"
],
"float_components": [
"audio_encoder",
"classify_head",
"norms"
]
}
}