-
Notifications
You must be signed in to change notification settings - Fork 55
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
Version 2024-05-28: OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. #47
Comments
Hi, thank you for opening an issue and prompting me to investigate! It looks like there were some breaking changes from updating to the latest version of I've updated the Readme to reflect these changes and included some additional installation instructions for the NVIDIA libraries. I appreciate your report because I no longer have a compatible GPU to test on! Please let me know if you continue to run into issues. Thanks, |
I've tried downgrading ctranslate2 to a CUDA 11 version. This seems to fail (unclear) due to conflicting library requirements in requirements.txt. Also the original error remains.
I've also tried installing CUDA 12 and cuDNN 9.1 using the current Windows installers. The installation wizards state that the paths are replaced to the current versions (11.8 --> 12.5). This also fails with the same error. The failure is triggered by this line whisper-writer/src/transcription.py Line 15 in 0578fac
I knew about the python dependency hell, but this is on another level. (Thanks for the help!!! I'd love to be able to use this software again, and help make the installation less painful.) |
Thanks for your response! I looked into the specific error some more and it appears to be an issue that occurs when there are multiple copies of Please try that out and let me know how it goes! Thanks for your patience as we figure this out! |
Having the same issue. I am using torch 2.3.1+cu118 instead of 2.0.1, as I was having issues with that. Adding os.environ["KMP_DUPLICATE_LIB_OK"] = "TRUE" solves the issue, and it works... BUT I have Chatgpt web app freezing on send message, which is the main use for this whisper speech to text. Not sure if it is related. Bummer |
Running into the same issue using cuda 12.1 and python 3.11.5 on windows inside a venv. |
In my case reinstalling pytorch solved the issue. |
Hello. I'm getting the error towards the end of the code when trying to run whisper-writer. I'm on Windows 11 23H2. I've followed the installation instructions currently on the readme, but it says it fails to support CUDA. The requirements.txt version of torch is CPU only, apparently. So I installed CUDA 11.8 and copied the cuBLAS library to the same path.
Perhaps we could refine the installation instructions, the requirements.txt, or create a container (would it work in a container??) so that the installation is easier. Other alternatives are distributing the libraries or exploring
nvidia-cudnn-cu11
. This is a brand new Windows 11 installation, so my issues couldn't be related to leftover old versions.The text was updated successfully, but these errors were encountered: