Open DT05YT opened 8 months ago
Hey, @rakuri255 and @DT05YT I had exactly the same errors have you found a solution ?
I'm with Windows 11 OS with a new installation (I tried on 2 computers and got the same error, I tried with a youtube link and a direct .mp3 file).
Hello,
I wanted to report that I'm facing a similar issue as described in this thread, particularly with Nvidia CUDA v11.8. It appears that the core of the problem might be related to compatibility or configuration issues with CUDA.
I am currently in the process of testing a workaround by forcing the operations to run on the CPU instead, using the --force_cpu True option, in hopes of bypassing the GPU acceleration issues tied to CUDA v11.8. I have not yet concluded if this approach will fully resolve the issue, but I wanted to share my ongoing experience with the community.
If anyone has encountered a similar situation and has insights, advice, or potential fixes, it would be greatly appreciated. I am eager to find a solution that allows for the smooth operation of UltraSinger without the hurdles posed by CUDA v11.8.
Hello, I had the same issue with CUDA v11.8. After updating CUDA to v12.4, it works perfectly. I guess that's because the missing dll is cublas64_12.dll. CUDA v11.8 only has cublas64_11.dll.
Hi,
@Etidou , @DT05YT , @jonathanoh-94 , @ponelll can you post your GPUs? Did you install PyTorch with cu117, cu118 or cu121?
Hey @rakuri255 My GPU is a Nvidia GEForce GTX 1080 and i'm running with cu117 !
Hi,
@Etidou , @DT05YT , @jonathanoh-94 , @ponelll can you post your GPUs? Did you install PyTorch with cu117, cu118 or cu121?
After updating to v12.4, it worked! Thank you !
I think the WhisperX trunk had some updates that breaks with pytorch 11.x
Is it solved for you all with cu121
?
It works for me too!
I just updated pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu121
as you mentioned everything works fine now.
Thanks !
It works for me too!
I just updated
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu121
as you mentioned everything works fine now.Thanks !
Isnt this CPU only?
When i use the latest cu121 with my RTX2080 i get Error: cublas64_11.dll instead of Error: cublas64_12.dll
i tried this, and first attempt at it resulted in this:
What does it all mean