-
Notifications
You must be signed in to change notification settings - Fork 79
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
OMP: Error #15 #101
Comments
Hi, did you manage to fix the issue? I have the exact same issue going on my end. |
Same issue |
Same issue for me. Seems totally unresolvable even after making an entirely new Conda install. It seems like there's a conflict or discrepancy between Torch, Ctranslate2, and DLLs that you need from VC. |
Search for libiomp5md.dll in a File Explorer and try to delete folders, where it is located. |
While attempting to run it im getting error:
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
i have no idead what libiomp5md.dll or OpenMP, failed to get any data that i actully can understand..
my run command is:
whisper-ctranslate2 "sample.mp3" --language he --output_format srt --output_dir "./audio/srv/" --verbose False --beam_size 5 --word_timestamps True --max_line_width 1 --max_line_count 1 --vad_filter True --vad_max_speech_duration_s 1 --vad_threshold 0.1 --suppress_blank False
sample.mp3 is a 365kb file - i used previously with whisper-ctranslate2, no problem with that - its also happning with anyother file.
i have tried to uninstall/install - didnt help.
i did tried to install insanely-fast-whisper, but i didnt liked it so i deleted it..
any help will do!
The text was updated successfully, but these errors were encountered: