Torch not compiled with CUDA enabled?

#10
by jattoedaltni - opened

I have torch + vision/audio installed (seems it's in the reqs)
I'm still getting:

AssertionError: Torch not compiled with CUDA enabled

Try this from your virtual environment. It complains about it being the wrong version for chatterbox, but it works fine on my end.

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

Sign up or log in to comment