-
-
Notifications
You must be signed in to change notification settings - Fork 780
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
pyannote uninstalling torch cuda and install torch cpu #1675
Comments
Same problem omg |
Struggled with that too... |
same issue |
I'd suggest using the same pip install pyannote.audio --index-url https://download.pytorch.org/whl/cu118 |
But if use this
then torch and torchaudio packages with cuda support will be installed It would be cool if this was somehow reflected in the installation documentation or if the requirements.txt or setup files were corrected. |
It would be cool if you could open a PR fixing this now that you have found a solution. |
Hey friend, am trying to get this to work myself, but after running this, it yells at me about torchvision. I use this script that our lovely AI overlord generated for me to check my environment:
|
Tested versions
System information
win11, pyannote.audio 3.1.1
Issue description
If I install pyannote.audio in an env in which torch with cuda is already installed, then during installation the torch with cuda is removed and torch cpu is installed. Even though the torch versions satisfy requirements.txt.
Minimal reproduction example (MRE)
pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install pyannote.audio
The text was updated successfully, but these errors were encountered: