Replies: 1 comment
|
Thanks for the note @saamerm!
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I downloaded the TestFlight app, and noticed that the iPad 9 (iPad12,1) had a very few model options to select from, when compared to other devices I tested with. It got me to this
fallbackModelSupportConfighere:https://github.com/argmaxinc/WhisperKit/blob/9c673e35193fe4e67593dd2973c157ebe666e598/Sources/WhisperKit/Core/Models.swift#L1598
How do you determine what the maximum model size is per device?
We just needed
openai_whisper-small.enbut it seems likeopenai_whisper-base.enis the max model size?Does the library use any of the hardware-level support for data formats like FP16/AMX or is it purely because of the size of the CPU/RAM?
All reactions