Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/packages/onnx.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
package-name: onnx
source-code: https://github.com/onnx/onnx
license: Apache License v2.0
license: Apache-2.0
warning: |
onnx links against abseil, which is Apache-2.0 licensed. See the
LICENSE_NOTES.md file included in the wheel for licensing information
about that project.
LICENSE_NOTES.md file included in the wheel (versions 1.21.0 and older) for
licensing information about that project. As of 1.22.0, onnx ships a NOTICE
file containing licensing info for all linked libraries, making the
LICENSE_NOTES.md patch obsolete.
comment: |
We skip the maxpool_2d_uint8_cpu test as it fails consistently in our build
environment, and has several related issues open upstream:
https://github.com/onnx/onnx/issues?q=is%3Aissue%20state%3Aopen%20maxpool
versions:
- version: 1.19.1
patched:
Expand All @@ -14,3 +20,4 @@ versions:
patched:
- version: 1.21.0
patched:
- version: 1.22.0
Loading