supertone-inc / onnxruntime-build

A build project for ONNX Runtime
32 stars 17 forks source link

Request to update to onnxruntime v1.16.0 #4

Closed csukuangfj closed 9 months ago

csukuangfj commented 1 year ago

https://github.com/microsoft/onnxruntime/releases/tag/v1.16.0 is out. Could you trigger the github actions to build it?

raphaelmenges commented 11 months ago

Apparently, the GitHub actions are automatically executed at every onnxruntime release. However, the builds for win-x64 fail for quite a while now with following error:

D:\a\onnxruntime-build\onnxruntime-build\onnxruntime\onnxruntime\core\platform\windows\stacktrace.cc(13,10): fatal error C1083: Cannot open include file: 'stacktrace': No such file or directory [D:\a\onnxruntime-build\onnxruntime-build\build\static_lib\onnxruntime\onnxruntime_common.vcxproj]

csukuangfj commented 11 months ago

Apparently, the GitHub actions are automatically executed at every onnxruntime release. However, the builds for win-x64 fail for quite a while now with following error:

D:\a\onnxruntime-build\onnxruntime-build\onnxruntime\onnxruntime\core\platform\windows\stacktrace.cc(13,10): fatal error C1083: Cannot open include file: 'stacktrace': No such file or directory [D:\a\onnxruntime-build\onnxruntime-build\build\static_lib\onnxruntime\onnxruntime_common.vcxproj]

It has been fixed in my fork.

raphaelmenges commented 11 months ago

Will you make a pull request into this repo?

krazijames commented 9 months ago

It is fixed now. Sorry for the late response.