Skip to content
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

Voicefixer not using CUDA #44

Open
ThrowawayAccount01 opened this issue Mar 22, 2023 · 1 comment
Open

Voicefixer not using CUDA #44

ThrowawayAccount01 opened this issue Mar 22, 2023 · 1 comment

Comments

@ThrowawayAccount01
Copy link

I created a venv and ran pip install voicefixer==0.1.2

On running voicefixer, only the CPU is used. The GPU is not utilized.

I did not use the --disable-cuda argument.

@ThrowawayAccount01
Copy link
Author

I managed to resolve this by manually installing Pytorch Nightly using:

pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu117 -U

Maybe something went wrong with the torch versions that caused torch.cuda.is_available() to report false on base install?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant