Views
No views yet
openai/whisper-large-v3-turbo tuned for Apple Silicon. The bundle reflects the Option A1 configuration and reaches ~0.024 real-time factor (RTF) when DecoderWithCache.mlpackage is used.whisper-large-v3-turbo-coreml-fp16/Encoder.mlpackagewhisper-large-v3-turbo-coreml-fp16/DecoderWithCache.mlpackage (primary, tensor KV cache)whisper-large-v3-turbo-coreml-fp16/DecoderFull.mlpackage (fallback)whisper-large-v3-turbo-coreml-fp16/DecoderStateful.mlpackage (experimental MLState build)tokenizer.json, vocab.json, merges.txt, whisper_mel_filters.json, etc.)whisper-large-v3-turbo-coreml-fp16.tar.gz and whisper-large-v3-turbo-coreml-fp16.sha2561hf download DRTR-J/whisper-large-v3-turbo-coreml-fp16 whisper-large-v3-turbo-coreml-fp16.tar.gz
2hf download DRTR-J/whisper-large-v3-turbo-coreml-fp16 whisper-large-v3-turbo-coreml-fp16.sha256
3shasum -a 256 -c whisper-large-v3-turbo-coreml-fp16.sha256
4tar -xzf whisper-large-v3-turbo-coreml-fp16.tar.gzEncoder.mlpackage and DecoderWithCache.mlpackage with Core ML (MLModel(contentsOf:), MLModelConfiguration(computeUnits: .cpuAndNeuralEngine)).AutoProcessor/tokenizers to maintain parity with the PyTorch reference.DecoderFull.mlpackage for non-cached decoding.DecoderStateful.mlpackage for experimentation (ANE planner still returns error -14 on macOS 15 betas).