Replies: 2 comments 2 replies
-
|
Hello! For private repos, you can simply point to the repo with modelRepo and if you follow the the same folder structure as the original whisperkit-coreml HF model repo, then you should be able to use this private repo. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Please keep in mind that Hugging Face rate limits private repo access. |
Beta Was this translation helpful? Give feedback.
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.
-
Hi WhisperKit team,
I'm building an iOS app that uses a fine-tuned Whisper model hosted in a private Hugging Face repository, but I'm encountering authorization issues when trying to load the model programmatically.
Already followed this: https://github.com/argmaxinc/whisperkittools?tab=readme-ov-file#-model-generation-apple
Issue:
When attempting to load my model
teamXYZ/custom-whisper-model-madeForWhisperKitusing a Hugging Face token with full repository access, I receive an authorization error despite the token working correctly in other contexts.What works:
The model functions perfectly when using the CLI with local files:
What doesn't work:
Programmatic access to the private Hugging Face repository fails with authorization errors.
Current implementation:
Questions:
Any guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions