CoreML version
Any chance to have CoreML version ?
For v2 we used https://huggingface.co/Nooder/supertonic-2-coreml and it performs much better on Apple machines (about latency).
Thanks for the suggestion, and for sharing the v2 CoreML conversion reference.
We do not currently have plans to provide an official CoreML version of Supertonic 3. The official open-weight release is focused on the ONNX models and the SDK/examples around ONNX Runtime.
That said, we understand that CoreML can be very useful for Apple devices, especially for latency-sensitive use cases. Community conversions are welcome, and if someone creates and shares a reliable Supertonic 3 CoreML conversion, we’d be happy to take a look and potentially link to it as a community resource.
Thanks again for the feedback.
I added coreml version using Nooder/supertonic-2-coreml package.
Here link to repo: https://huggingface.co/wakirin/supertonic-3-coreml
I do not pretend that everything is done as needed because it was done by Claude.
However, TensorRT version is much better about latency, so if you have choose between TensorRT or CoreML, then better to choose TensorRT (steps=6 or 8, not big difference in latency).