-
Notifications
You must be signed in to change notification settings - Fork 357
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
Update ONNX Runtime version #160
Conversation
@@ -82,10 +87,10 @@ extends: | |||
set -e -x | |||
apt-get update | |||
apt-get install -y cmake gcc g++ libpng-dev libjpeg-turbo8-dev | |||
curl -O -L https://github.com/microsoft/onnxruntime/releases/download/v1.10.0/onnxruntime-linux-x64-1.10.0.tgz | |||
curl -O -L https://github.com/microsoft/onnxruntime/releases/download/v{{ parameters.ortversion }}/onnxruntime-linux-x64-{{ parameters.ortversion }}.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this should be ${{ parameters.ortversion }}
instead
@@ -1,34 +0,0 @@ | |||
name: Linux-CPU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that the linux-ci and win-ci workflows have been removed, the repo's readme should probably also be updated
onnxruntime-inference-examples/README.md
Line 15 in c66d7e0
| [C/C++ examples](c_cxx) | Examples for ONNX Runtime C/C++ APIs | [](https://github.com/microsoft/onnxruntime-inference-examples/actions/workflows/linux-ci.yml) [](https://github.com/microsoft/onnxruntime-inference-examples/actions/workflows/win-ci.yml) | |
Is it possible that imagenet is broken since this ? See this ticket: |
Update ONNX Runtime version that is used in this repo's build pipelines to the latest ORT release: 1.13.
This PR didn't update the files under the mobile folder.