CoolFace
Modelpublic

ttslab/chatterbox-turbo-webgpu

sourceHugging Facemitupdated 7mo agoView on Hugging Face
1likes13downloads
14 commits on main
bf199967mo ago

revert: upload unmodified spacekaren/chatterbox-turbo-webgpu models (our INT64 fix was breaking them)

MbBrainz
4a0c4817mo ago

Fix: detect literal tensor(int64) type strings, not just type constraint params — fixes Unsqueeze/Reshape/Squeeze/Expand/Pad/ReduceSum/ReduceMean/Resize/ScatterND

MbBrainz
02b5b8c7mo ago

Schema-driven fix: ConstantOfShape/Tile INT64 constraints + comprehensive type validation

MbBrainz
da6970a7mo ago

Fix: forward type propagation resolves unknown tensor types; fixes Concat/Reshape cascade errors

MbBrainz
30e73aa7mo ago

Fix structural inputs with unknown types: safety Cast(->INT64) for Concat/Unsqueeze outputs feeding Reshape/Expand/Slice

MbBrainz
a3bcb197mo ago

Fix Range type mismatches: switch to schema-based type detection covering all ONNX operators

MbBrainz
9e30c117mo ago

Fix all WebGPU type issues: Shape dtype, structural INT64, Cast insertion for type mismatches

MbBrainz
19e5b247mo ago

fix: restore INT64 for structural inputs (axes/shape/starts) + remove Shape dtype + regenerate value_info

MbBrainz
492c7cb7mo ago

fix: minimal fix - only remove Shape dtype + regenerate value_info via shape inference

MbBrainz
b62334a7mo ago

fix: use shape inference for correct value_info types (fixes Shape/Gather INT64 mismatches)

MbBrainz
bf9235b7mo ago

fix: preserve INT64 on Shape outputs + remove dtype attr for WebGPU EP

MbBrainz
cce102d7mo ago

fix: remove Shape dtype attribute + INT64→INT32 for WebGPU EP compatibility

MbBrainz
796ab407mo ago

Fix all int64→int32 type annotations for WebGPU compatibility

MbBrainz
dbee32a7mo ago

initial commit

MbBrainz