Skip to main content

Required Assets

Each ASR release ships four CoreML bundles plus vocabulary:
  • Preprocessor.mlmodelc
  • Encoder.mlmodelc
  • Decoder.mlmodelc
  • JointDecision.mlmodelc
  • parakeet_vocab.json

Directory Layout

Download Options

  1. Git LFS clone:
  2. HuggingFace web UI — download .tar archives
  3. Copy from cache — from a machine that already ran downloadAndLoad (macOS: ~/Library/Application Support/FluidAudio/Models/<repo>)

Loading Without Downloads

Switching Versions

Troubleshooting

  • Use AsrModels.modelsExist(at:) to verify all bundles are present
  • parakeet_vocab.json must sit beside the model bundles
  • If you see AsrModelsError.modelNotFound, check folder names and coremldata.bin files