Instructions to use Rybib/whisperkit-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use Rybib/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
File size: 4,752 Bytes
98039ac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | [
{
"metadataOutputVersion" : "3.0",
"storagePrecision" : "Float16",
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 51865)",
"shortDescription" : "",
"shape" : "[1, 1, 51865]",
"name" : "logits",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1536 × 1 × 1)",
"shortDescription" : "",
"shape" : "[1, 1536, 1, 1]",
"name" : "key_cache_updates",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1536 × 1 × 1)",
"shortDescription" : "",
"shape" : "[1, 1536, 1, 1]",
"name" : "value_cache_updates",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1500)",
"shortDescription" : "",
"shape" : "[1, 1500]",
"name" : "alignment_heads_weights",
"type" : "MultiArray"
}
],
"modelParameters" : [
],
"specificationVersion" : 7,
"mlProgramOperationTypeHistogram" : {
"Split" : 2,
"Concat" : 3,
"Ios16.rsqrt" : 13,
"Ios16.mul" : 50,
"Squeeze" : 1,
"SliceByIndex" : 12,
"Ios16.sub" : 14,
"Transpose" : 1,
"Ios16.conv" : 40,
"Ios16.add" : 38,
"Ios16.linear" : 1,
"Ios16.matmul" : 16,
"Ios16.gelu" : 4,
"Ios16.reduceMean" : 27,
"ExpandDims" : 6,
"Ios16.batchNorm" : 13,
"Ios16.gather" : 2,
"Ios16.reshape" : 32,
"Ios16.softmax" : 8
},
"computePrecision" : "Mixed (Float16, Int32)",
"isUpdatable" : "0",
"availability" : {
"macOS" : "13.0",
"tvOS" : "16.0",
"visionOS" : "1.0",
"watchOS" : "9.0",
"iOS" : "16.0",
"macCatalyst" : "16.0"
},
"modelType" : {
"name" : "MLModelType_mlProgram"
},
"userDefinedMetadata" : {
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"com.github.apple.coremltools.source" : "torch==2.2.1",
"com.github.apple.coremltools.version" : "7.1"
},
"inputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "input_ids",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "cache_length",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1536 × 1 × 224)",
"shortDescription" : "",
"shape" : "[1, 1536, 1, 224]",
"name" : "key_cache",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1536 × 1 × 224)",
"shortDescription" : "",
"shape" : "[1, 1536, 1, 224]",
"name" : "value_cache",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 224)",
"shortDescription" : "",
"shape" : "[1, 224]",
"name" : "kv_cache_update_mask",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 384 × 1 × 1500)",
"shortDescription" : "",
"shape" : "[1, 384, 1, 1500]",
"name" : "encoder_output_embeds",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 224)",
"shortDescription" : "",
"shape" : "[1, 224]",
"name" : "decoder_key_padding_mask",
"type" : "MultiArray"
}
],
"generatedClassName" : "TextDecoder",
"method" : "predict"
}
] |