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

Update ONNX Runtime version #160

Merged
merged 2 commits into from
Oct 25, 2022
Merged

Update ONNX Runtime version #160

merged 2 commits into from
Oct 25, 2022

Conversation

snnn
Copy link
Member

@snnn snnn commented Oct 24, 2022

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.

@snnn snnn merged commit c66d7e0 into microsoft:main Oct 25, 2022
@@ -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
Copy link
Contributor

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
Copy link
Contributor

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

| [C/C++ examples](c_cxx) | Examples for ONNX Runtime C/C++ APIs | [![Linux-CPU](https://github.com/microsoft/onnxruntime-inference-examples/actions/workflows/linux-ci.yml/badge.svg)](https://github.com/microsoft/onnxruntime-inference-examples/actions/workflows/linux-ci.yml) [![Windows-CPU](https://github.com/microsoft/onnxruntime-inference-examples/actions/workflows/win-ci.yml/badge.svg)](https://github.com/microsoft/onnxruntime-inference-examples/actions/workflows/win-ci.yml) |

@realfleo
Copy link

realfleo commented Nov 9, 2022

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.

Is it possible that imagenet is broken since this ? See this ticket:
#165

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

Successfully merging this pull request may close these issues.

3 participants