Instructions to use argmaxinc/ttskit-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use argmaxinc/ttskit-coreml with WhisperKit:
# Install CLI with Homebrew on macOS device brew install whisperkit-cli # View all available inference options whisperkit-cli transcribe --help # Download and run inference using whisper base model whisperkit-cli transcribe --audio-path /path/to/audio.mp3 # Or use your preferred model variant whisperkit-cli transcribe --model "large-v3" --model-prefix "distil" --audio-path /path/to/audio.mp3 --verbose
- Notebooks
- Google Colab
- Kaggle
Add W8A16-multifunction MultiCodeDecoder assets (0.6B + 1.7B)
#2
by EduardoPacheco - opened
Adds a new W8A16-multifunction/ MultiCodeDecoder variant for both Qwen3-TTS sizes (12hz-0.6b-customvoice and 12hz-1.7b-customvoice).
- Single .mlmodelc carrying both the stepped (default) and fused functions, selected at load time via MLModelConfiguration.functionName (requires macOS 15 / iOS 18). Mirrors the multifunction SpeechDecoder rollout.
- Additive: the existing single-function W8A16/ assets are unchanged and stay published for older SDKs.
EduardoPacheco changed pull request status to merged