You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whatever I do I get Torch not compiled with CUDA, I've followed the instructions and installed as written.
miniconda3\envs\whisperx\lib\site-packages\torch\cuda_init_.py", line 310, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
When running pip install whisperx it installs torch without cuda enabled. I'm running this inside the conda environment.
I'm not really sure how the get this to work, been trying for ages now.
It also install torch 2.5.0, but the conda install is 2.0.0 before the "pip install whisperx" in the description.
Is Setup in description outdated?
Is there any difference except maybe speed? CPU or Cuda?
I ran whisperx on a movie with int8 enabled, and it was almost correct, some timestamps where completely wrong, just random places.
I could not get float 16 to work, trying CPU and float 32 now.
I have 4060ti.
The text was updated successfully, but these errors were encountered:
so this happened to me too, idk if this is a bug from pip or not but when you installed whisperx, somehow pip automatically grabs the cpu version of torch instead of the cuda version.
you can try this (bear in mind that i'm on CUDA 12)
it will force to reinstall torch (with cuda enabled) and torchaudio along with their dependencies:
Whatever I do I get Torch not compiled with CUDA, I've followed the instructions and installed as written.
miniconda3\envs\whisperx\lib\site-packages\torch\cuda_init_.py", line 310, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
When running pip install whisperx it installs torch without cuda enabled. I'm running this inside the conda environment.
I'm not really sure how the get this to work, been trying for ages now.
It also install torch 2.5.0, but the conda install is 2.0.0 before the "pip install whisperx" in the description.
Is Setup in description outdated?
Is there any difference except maybe speed? CPU or Cuda?
I ran whisperx on a movie with int8 enabled, and it was almost correct, some timestamps where completely wrong, just random places.
I could not get float 16 to work, trying CPU and float 32 now.
I have 4060ti.
The text was updated successfully, but these errors were encountered: