-
Notifications
You must be signed in to change notification settings - Fork 489
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
Support for custom input shapes in exporters onnx #575
Merged
fxmarty
merged 33 commits into
huggingface:main
from
fxmarty:exporters-onnx-variable-inputs-shapes
Dec 21, 2022
Merged
Changes from 11 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0be6099
add support for custom input shapes in exporters onnx
fxmarty a3ceec9
add tests
fxmarty cff1a93
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty b16c70e
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty 10d7b21
fix test
fxmarty a595236
fix bug
fxmarty 3d792ca
Update tests/exporters/test_onnx_export.py
fxmarty e5a14dc
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty 435fd0d
Merge branch 'exporters-onnx-variable-inputs-shapes' of https://githu…
fxmarty c063e9d
remove run slow
fxmarty 671c09b
fix _get_models_to_test
fxmarty 5e8118e
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty 2a9cb29
fixup post merge
fxmarty 00a973b
yet fixup post merge
fxmarty d338cd7
use f string
fxmarty b190cb7
authorize unused arguments in input generators
fxmarty ddb6c79
use hf-internal-testing models
fxmarty 8024706
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty 116ae21
remove redundant argument
fxmarty 92fe49a
fixup merge
fxmarty 7bb9742
remove redundant arg
fxmarty a36d945
fix messed merge
fxmarty 63f1dca
change blenderbot
fxmarty 7916ae8
workign deit
fxmarty 5bd4d0d
valid gptj
fxmarty 2f1effc
valid marian
fxmarty 4f9e5f9
add whisper
fxmarty 163cc00
fix test
fxmarty 8775425
fix marian
fxmarty 5f28904
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty 1ed3997
Merge branch 'master' into exporters-onnx-variable-inputs-shapes
fxmarty 81d693d
nit
fxmarty ecc36ba
fix bloom
fxmarty 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure you want to output everything in the log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, why not?