Justin Chu

Results 290 comments of Justin Chu

> Is this active? It is still marked "draft". Maybe we should get this into 1.17 release? I am personally fine with missing the release. The IR has more efficient...

Yes please! Feel free to send a pull request for it.

https://numpy.org/devdocs/numpy_2_0_migration_guide.html

I think there’s utilities in this repo that will allow you to do that. @jcwchen on a side note, this makes me think when we create the high level IR,...

I really like the way one can update the connections and merge graphs in the example

This simply means ONNX Runtime takes that ONNX version as a dependency but has not implemented full support for the up-to-date opsets. Is running an image with a newer ONNX...

Thank you! We are happy to take a pull request.

Looks like onnxruntime just made a new release, which broke the CIs because we are skipping based on version number 1.18; and the ops are still not supported but tests...

I think we should pin ORT version in the CI

I think `const_starts__19` is the output of a Constant node. To create steps, create a new Constant node with the desired value, then add its output as an input to...