-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Integrate onnx 1.17.0 #21897
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
Merged
Merged
Integrate onnx 1.17.0 #21897
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2c6573e
Integrate onnx 1.17.0
liqunfu d79825c
external onnx and cgmanifest
liqunfu 8fb2b55
fix test failures
liqunfu 3383693
onnx_backend_test_series_filters.jsonc
liqunfu e283dae
pre-1..17.0rc1
liqunfu dcfeb5e
typo
liqunfu c75c834
test_reduce_max_empty_set
liqunfu ad3e532
xnn
liqunfu df68fb6
merge main
liqunfu 5303685
onnx tag v1.17.0
liqunfu 605fb72
1.0.189
liqunfu fc8c0a6
js doc, Qnn skip onnxtestrunner in ci,
liqunfu 9287885
fix 1.17.1
liqunfu 366aac5
disable gqa test
guschmue 60b37bf
allow opset-22 in transpose optimizer
guschmue 72c5dca
Merge branch 'main' into liqun/onnx1.17.0
yf711 99d508a
sync deps to latest
yf711 ced49b0
merge main
liqunfu 544db49
update download-deps.yml
liqunfu 65e11fe
cmake/patches/onnx/onnx.patch
liqunfu 8de06d7
fix test_reduce_max_empty_set
liqunfu 1dd9257
reenable qnn pipelines to get failure msg
liqunfu 99528e1
merge main
liqunfu 013276b
Merge branch 'main' into liqun/onnx1.17.0
liqunfu 3a66735
Merge branch 'liqun/onnx1.17.0' of https://github.com/microsoft/onnxr…
liqunfu 3495dc5
clearify onnx_backend_test_series_filters.jsonc
liqunfu 1a66613
skil 2 convtranspose QNN tests, reenable 2 Xnn tests for investigation
liqunfu 0162d5e
skip qnn resize_upsample_sizes_nearest_not_larger
liqunfu 8260c04
lint and reenable group-query-attention.jsonc to get failure details
liqunfu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
onnxruntime/python/tools/transformers/models/llama/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| optimum>=1.14.1 | ||
| transformers>=4.33.2,<= 4.38.0 | ||
| torch>=2.2.0 | ||
| onnx==1.16.1 | ||
| onnx==1.17.0 | ||
| datasets>=2.8.0 | ||
| protobuf==3.20.2 | ||
| psutil |
2 changes: 1 addition & 1 deletion
2
onnxruntime/python/tools/transformers/models/phi2/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| onnx==1.16.1 | ||
| onnx==1.17.0 | ||
| transformers>=4.36.2 | ||
| onnxscript>=0.1.0.dev20240126 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| onnx==1.16.1 | ||
| onnx==1.17.0 | ||
| pytest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.