Skip to content
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

Open
OlympicAngel opened this issue Jun 30, 2024 · 4 comments
Open

OMP: Error #15 #101

OlympicAngel opened this issue Jun 30, 2024 · 4 comments

Comments

@OlympicAngel
Copy link

OlympicAngel commented Jun 30, 2024

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!

@avc1657
Copy link

avc1657 commented Jul 25, 2024

Hi, did you manage to fix the issue? I have the exact same issue going on my end.

@NBNGaming
Copy link

Same issue

@ChrisProkop
Copy link

ChrisProkop commented Aug 9, 2024

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.

@misters2008
Copy link

Search for libiomp5md.dll in a File Explorer and try to delete folders, where it is located.
I solved this issue taking this approach.
However, it was a week ago and i already forgot all the little details, which might have been.
But the idea is if it is already initialized somewhere, need to find its location and remove it, so there is no more a source of its ghost initialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants