-
Notifications
You must be signed in to change notification settings - Fork 507
Closed
Labels
enhancementImproves existing codeImproves existing codefeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Hi I am trying to use WhisperKit completely offline, I would like to bundle models with the app, instead of relying on a network connection. I have tried downloading the model files from the HuggingFace repository. But, regardless of which model I download, I always get the error:
MelSpectrogram.mlmodelc/coremldata.bin is not a valid .mlmodelc file because the first word (1936876918) is not recognizable.
Unable to load model: ... Compile the model with Xcode or `MLModel.compileModel(at:)`.
How do I go about fixing this? Also, does each model have a separate tokenizer? And, where do I get the tokenizer model(s) from?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImproves existing codeImproves existing codefeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed