Skip to content

v0.3.1

Compare
Choose a tag to compare
@ZachNagengast ZachNagengast released this 07 Mar 06:36
· 140 commits to main since this release
880f95e

What's Changed

  • macOS 13 & iOS 16 support in #40

    • We have made WhisperKit available on older OS versions based on community feedback.
    • Please note that macOS 13 and iOS 16 performance will be degraded in terms of prediction latency, compile time, peak memory consumption.
    • We have tested and recommend using tiny and base variants on devices with these older OS versions for a stable user experience.
    • If you run into any output correctness issues, please switch to using cpuAndGPU compute units (from the default of cpuAndNeuralEngine) via the ModelComputeOptions init parameter.
    • As always, if you notice any irregularities, please post an issue here for us to follow up on.
  • Implement selecting input device by @cgfarmer4 in #51

New Contributors

Full Changelog: v0.3.0...v0.3.1