Views
No views yet
ggml-kb-whisper-small-encoder.mlmodelc.zip — zipped .mlmodelc bundlecoremltools.optimize.coreml.linear_quantize_weightsconvert-h5-to-coreml.py, patched to use the modern ML Program quantization
API (the stock script's --quantize True path fails on coremltools ≥ 9
because it uses the NeuralNetwork-era quantize_weights API)WHISPER_COREML=1ggml-kb-whisper-small-encoder.mlmodelc
directory next to your ggml-model-q5_0.bin (or whichever GGML weights
you're using from KBLab/kb-whisper-small)| Step | Tool | Version |
|---|---|---|
| Source weights | KBLab/kb-whisper-small | as of 2026-05-18 |
| Convert HF → mlpackage | whisper.cpp convert-h5-to-coreml.py | v1.8.4 (patched) |
| Quantize | coremltools optimize.coreml.linear_quantize_weights | 9.0, INT8 symmetric |
| Compile | xcrun coremlc | Xcode CLI tools on macOS 15 |