openvino
openvino copied to clipboard
Force default locale for cache model write/read
Details:
- Check the value of setlocale for export/import, if different with "C" will set to "C" and record the original value, after export/import done will reset to the original.
- Fix the error caused by pugixml library with The setlocale function installs the specified system locale or its portion as the new C locale. different C may return unexpected results with setlocal()
Tickets:
- https://github.com/openvinotoolkit/openvino/issues/24370
@ilya-lavrenov could you check whether this fixing is reasonable? Thanks!
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
Do I need to build OpenVINO in order to try this, or can I grab a CI build?
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
Do I need to build OpenVINO in order to try this, or can I grab a CI build?
The CI build is enough, I think.
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
Do I need to build OpenVINO in order to try this, or can I grab a CI build?
The CI build is enough, I think.
Can you point me to where I can download the CI build? I was trying to find a link to artifacts from GitHub actions, but I couldn't seem to find it..
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
Do I need to build OpenVINO in order to try this, or can I grab a CI build?
The CI build is enough, I think.
Can you point me to where I can download the CI build? I was trying to find a link to artifacts from GitHub actions, but I couldn't seem to find it..
http://ov-share-03.iotg.sclab.intel.com/volatile/openvino_ci/private_builds/dldt/master/pre_commit/0924c59be2edba83c088890a5a03e5b3712b2e15/private_linux_ubuntu_20_04_release/cpack/
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
Do I need to build OpenVINO in order to try this, or can I grab a CI build?
The CI build is enough, I think.
Can you point me to where I can download the CI build? I was trying to find a link to artifacts from GitHub actions, but I couldn't seem to find it..
@RyanMetcalfeInt8 Could you please check whether the fix helps in your case?
Do I need to build OpenVINO in order to try this, or can I grab a CI build?
The CI build is enough, I think.
Can you point me to where I can download the CI build? I was trying to find a link to artifacts from GitHub actions, but I couldn't seem to find it..
Thanks, I have verified that this PR resolves the locale issue.