docs: ship iOS 17 as the canonical build (verified speed/WER parity with iOS 18)
Browse files
README.md
CHANGED
|
@@ -152,12 +152,11 @@ benchmark numbers.
|
|
| 152 |
|
| 153 |
### iOS 17
|
| 154 |
|
| 155 |
-
|
| 156 |
-
iOS
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
op), which is why both are shipped. Use `ios17/` only if you need iOS 17 support.
|
| 161 |
|
| 162 |
## Notes
|
| 163 |
|
|
@@ -172,7 +171,7 @@ op), which is why both are shipped. Use `ios17/` only if you need iOS 17 support
|
|
| 172 |
|
| 173 |
## Benchmark methodology
|
| 174 |
|
| 175 |
-
Apple M5 Pro, macOS 26.5, coremltools 9.0, CoreML
|
| 176 |
`.cpuAndNeuralEngine` routing. Single-stream, batch=1, per-file sum-aggregate
|
| 177 |
RTFx (matches the Open ASR Leaderboard convention). **All languages evaluated
|
| 178 |
on FLEURS test, full splits.** WER for Latin-script languages, CER for zh/ja,
|
|
|
|
| 152 |
|
| 153 |
### iOS 17
|
| 154 |
|
| 155 |
+
All `latin/` and `multilingual/` bundles target **iOS 17+ / macOS 14+**. The
|
| 156 |
+
encoder uses an iOS 17-compatible quantization (INT8 cuff via `affine_dequantize`
|
| 157 |
+
+ 6-bit palettized middle); the 6-bit middle is unchanged from the prior iOS 18
|
| 158 |
+
build. Speed and WER are identical to that iOS 18 build — verified on LibriSpeech
|
| 159 |
+
test-clean (M5 Pro, 2 s tier): **120 RTFx, 3.67% WER** for both targets.
|
|
|
|
| 160 |
|
| 161 |
## Notes
|
| 162 |
|
|
|
|
| 171 |
|
| 172 |
## Benchmark methodology
|
| 173 |
|
| 174 |
+
Apple M5 Pro, macOS 26.5, coremltools 9.0, CoreML iOS 17 target,
|
| 175 |
`.cpuAndNeuralEngine` routing. Single-stream, batch=1, per-file sum-aggregate
|
| 176 |
RTFx (matches the Open ASR Leaderboard convention). **All languages evaluated
|
| 177 |
on FLEURS test, full splits.** WER for Latin-script languages, CER for zh/ja,
|