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
Additionally, I tried to run sudo .\build.bat --enable_msvc_static_runtime --config Release --parallel --skip_submodule_sync in onnxrunimte project, and the result used vie ort env. The program can run as expected.
Could you do a fix for it? Thank you.
The text was updated successfully, but these errors were encountered:
The new MSVC have changed the
mutex
behavior, and could cause the crash while VC++ runtime < 14.40.33810.0.For example, it was the minial repo from fastembed demo:
ONNX has fixed via their
build.py
: microsoft/onnxruntime#21005I notice we have a custom
CMakeList.txt
to customize, and I have tried to fix it up, but failed.Additionally, I tried to run
sudo .\build.bat --enable_msvc_static_runtime --config Release --parallel --skip_submodule_sync
inonnxrunimte
project, and the result used vie ort env. The program can run as expected.Could you do a fix for it? Thank you.
The text was updated successfully, but these errors were encountered: