Skip to content

Commit

Permalink
Add more partner projects to be notified about new releases (#6042)
Browse files Browse the repository at this point in the history
### Description
Added Spox and conda-forge/onnx-feedstock as partner projects to be
notified about imminent releases.

### Motivation and Context
We had some breaking changes in the past. Checking against more
downstream projects will reduce the risk of disrupting parts of the
ecosystem with a new release.

Signed-off-by: Christian Bourjau <cbourjau@users.noreply.github.com>
  • Loading branch information
cbourjau committed Mar 26, 2024
1 parent 3f6707c commit 5d5a8c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/OnnxReleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ The ONNX project, going forward, will plan to release roughly on a four month ca

* Test with onnxruntime package: To test the interaction with onnxruntime, use ONNX functions like `load`, `checker.check_model`, `shape_inference.infer_shapes`, `save` with onnxruntime functions like `InferenceSession` and `InferenceSession.run` on certain example ONNX model. For example, run the test script from [test_with_ort.py](/onnx/test/test_with_ort.py) with installed onnxruntime package.

* Test with ONNX converters: Create GitHub issues in converters repos to provide them the package links and have them test the TestPyPI packages.
* Create GitHub issues concerning the imminent release in the repositories of partner projects. Provide them with package links and have them test the TestPyPI packages.
* https://github.com/pytorch/pytorch
* https://github.com/onnx/onnx-tensorflow (not actively maintained)
* https://github.com/onnx/tensorflow-onnx
* https://github.com/onnx/sklearn-onnx
* https://github.com/onnx/onnxmltools
* https://github.com/onnx/onnx-tensorrt
* https://github.com/Quantco/spox
* https://github.com/conda-forge/onnx-feedstock


**Source distribution verification**
Expand Down

0 comments on commit 5d5a8c4

Please sign in to comment.