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

upgrade onnx to 1.17 #309

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
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
Next Next commit
upgrade onnx
  • Loading branch information
xiaowuhu committed Dec 3, 2024

Verified

This commit was signed with the committer’s verified signature.
jalling97 John Alling
commit 418e7929148f69fdd70fe31d362b7f3045b46bd5
6 changes: 3 additions & 3 deletions .github/workflows/linux-CI.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
include:
- python-version: "3.8"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.9"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.10"
onnx-version: 1.16
onnx-version: 1.17


steps:
6 changes: 3 additions & 3 deletions .github/workflows/windows-CI.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
include:
- python-version: "3.8"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.9"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.10"
onnx-version: 1.16
onnx-version: 1.17

steps:
- uses: actions/checkout@v4
Loading