argmaxinc / WhisperKit

On-device Speech Recognition for Apple Silicon
https://takeargmax.com/blog/whisperkit
MIT License
3.17k stars 268 forks source link

Fix broken Hugging Face link #1

Closed thenameless7741 closed 8 months ago

thenameless7741 commented 8 months ago

The original link to the models on Hugging Face website was broken, so this PR just fixes it.

Edit 1: I didn't have git-lfs installed when I ran download-models, and I encountered an error while checking out the model repo. So, I added an extra note about that.

Edit 2: despite having $HF_TOKEN set and being logged into Hugging Face (verified by make setup), I couldn't successfully run download-models due to an auth error. So I fixed the Makefile to include HF's username and token when cloning the model's repository (I'm not familiar with huggingface-cli, so I'm not sure how to properly fix this). Side note: users who have set an SSH key on the HF website shouldn't run into this auth issue.

ps. Thank you for open sourcing this project!