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

[compiler] Upgrade ONNXRuntime #12816

Open
seanshpark opened this issue Mar 28, 2024 · 6 comments
Open

[compiler] Upgrade ONNXRuntime #12816

seanshpark opened this issue Mar 28, 2024 · 6 comments

Comments

@seanshpark
Copy link
Contributor

ONNX 1.16.0 was released which provides INT16 QuantizeLinear/DequantizeLinear.
Let's upgrade!

@seanshpark
Copy link
Contributor Author

seanshpark commented Mar 28, 2024

we also need onnxruntime to have new ONNX.

@EwoutH
Copy link

EwoutH commented Apr 19, 2024

It looks like ONNX 1.16.0 was integrated into onnxruntime last week!

@seanshpark
Copy link
Contributor Author

seanshpark commented Apr 22, 2024

To do

  • check with internal CI with new versions -> OK :)
  • update one-prepare-venv
  • update onnxruntime to links to onnx==1.16.0

@seanshpark
Copy link
Contributor Author

done

@seanshpark
Copy link
Contributor Author

seanshpark commented Apr 23, 2024

#12897 (comment)

@jinevening wrote:

onnxruntime 1.17.3 does not support onnx 1.16.0 yet.
From cmake/deps.txt in 1.17.3 source code.

onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.15.0.zip;54c3f960a0541c5d8d3e60c2933e11f5d3688a11

@seanshpark seanshpark changed the title [compiler] Upgrade ONNX [compiler] Upgrade ONNXRuntime Apr 23, 2024
@seanshpark
Copy link
Contributor Author

https://github.com/microsoft/onnxruntime/releases/tag/v1.18.0 is available

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

No branches or pull requests

2 participants