Open dgoryeo opened 9 months ago
I got that same error
UPDATE: Using insanely-fast-whisper without the CLI (and running python script directly) seems to get around this issue.
The README includes a suggestion for this error. However even after reinstalling pytorch in my virtual env, I still get the same error.
Instructions on README:
How to solve an AssertionError: Torch not compiled with CUDA enabled error on Windows?
The root cause of this problem is still unknown, however, you can resolve this by manually installing torch in the virtualenv like `python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121`. Thanks to @pto2k for all tdebugging this.
UPDATE: Using insanely-fast-whisper without the CLI (and running python script directly) seems to get around this issue.
The README includes a suggestion for this error. However even after reinstalling pytorch in my virtual env, I still get the same error.
Instructions on README:
How to solve an AssertionError: Torch not compiled with CUDA enabled error on Windows? The root cause of this problem is still unknown, however, you can resolve this by manually installing torch in the virtualenv like `python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121`. Thanks to @pto2k for all tdebugging this.
i got the same problem even after following the instructions mentioned above in the readme file, installing via pip fixed it, pipx installation wont work
I continue to receive
error Torch not compiled with CUDA enabled
, but my pytorch and cudatoolkit installations are correct: cuda toolkit 11.8, and pytorch 2.1.