-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on Apple Silicon due to triton dependency #2
Comments
It should work for Python 3.10, but not tested on mac. Can you install original Whisper |
Yes I have the latest whisper isntalled via pip. and the .ccp variant, both working fine. MacbookPro M2; using pyenv and python 3.10; Here's the terminal input/output
|
Thanks so much for reporting this. It seems it is the |
temporal workaround: # install all dependencies except triton, this will break when it tries to install triton
pip install whisper-at
# install whisper-at without any dependency
pip install --no-deps whisper-at I am not familiar with the install process, but I specified whisper-at/package/whisper-at/setup.py Lines 8 to 10 in 533a5ba
Will check how to solve this, but before that the workaround would be fine. -Yuan |
this works for me. thanks. looking forward to experimenting with this. Great work! As a side note, can you briefly clarify how/if the whisper model matters for the audio tagging? I ran a couple of quick tests with tiny.en, medium and medium.en, and large-v1 and 2 and the audio_tag list looks similar~ish each run, but with the medium.en model outputting the least correct audio tags. |
Can you check this: https://github.com/YuanGongND/whisper-at#available-models-and-audio-tagging-performance In general, the larger the model, the better the audio tagging result. The above are quantitative results. But depend on the class you are interested in and the specific audios, it might differ. -Yuan |
|
Commenting here just to inform that I had the same issue trying to install on Windows, so it's not only about Apple silicon. |
Using either the pip installer or poetry fails on mac due to the triton 2.0.0 dependency; Using Python 3.10.x.
The text was updated successfully, but these errors were encountered: