Instructions to use argmaxinc/whisperkit-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use argmaxinc/whisperkit-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
Update config.json for new iPhones
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -23,11 +23,12 @@
|
|
| 23 |
}
|
| 24 |
},
|
| 25 |
{
|
| 26 |
-
"chips": "A16, A17 Pro, A18",
|
| 27 |
"identifiers": [
|
| 28 |
"iPhone15",
|
| 29 |
"iPhone16",
|
| 30 |
"iPhone17",
|
|
|
|
| 31 |
"iPad15,7",
|
| 32 |
"iPad15,8",
|
| 33 |
"iPad16,1",
|
|
|
|
| 23 |
}
|
| 24 |
},
|
| 25 |
{
|
| 26 |
+
"chips": "A16, A17 Pro, A18, A19",
|
| 27 |
"identifiers": [
|
| 28 |
"iPhone15",
|
| 29 |
"iPhone16",
|
| 30 |
"iPhone17",
|
| 31 |
+
"iPhone18",
|
| 32 |
"iPad15,7",
|
| 33 |
"iPad15,8",
|
| 34 |
"iPad16,1",
|