CoolFace
Modelpublic

shreyask/svara-tts-v1-ONNX

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
1likes47downloads
8 commits on main
3931df65mo ago

docs: rename q8 file refs to model_quantized.* (matches transformers.js v4 _quantized suffix for dtype=q8)

shreyask
e93e30a5mo ago

rename q8 -> quantized to match transformers.js v4 dtype="q8" filename suffix _quantized

shreyask
8c95a575mo ago

docs: add q8 sharded variant + correct prompt format + temp guidance

shreyask
b8b6b425mo ago

Reshard q8 external data into <2GB chunks (matches onnx-community pattern)

shreyask
f8ed4415mo ago

Add q8 (MatMulNBits 8-bit, block=128) variant alongside q4f16

shreyask
a0bbe7b5mo ago

Re-quantize with block_size=128 + quantize Gather; reduces external data 2.83 GB -> 1.95 GB to fit browser 2 GB ceiling

shreyask
c97aa315mo ago

Initial q4f16 ONNX export of kenpath/svara-tts-v1

shreyask
cfb0dce5mo ago

initial commit

shreyask