-
Notifications
You must be signed in to change notification settings - Fork 363
Added kwarg support for dynamo.compile #2970
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
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
75dc485
Added kwarg support for dynamo.compile
cehongwang f9df16e
Deleted sample_inputs
cehongwang f8540ed
Changed the typing
cehongwang a72778e
Renamed inputs to arg_inputs
cehongwang 89b6216
Added backward compatibility
cehongwang cf9a9bb
backward compatibility
cehongwang 50ba223
Implemented basic pipeline for Refitting (#2886)
cehongwang 7527995
Change arg_inputs back to inputs
cehongwang f99b484
Added kwarg to refit
cehongwang 00f6141
Deleted sample inputs for lowering everywhere
cehongwang bac3099
Supported kwargs save
cehongwang cca4374
Added kwarg support for conver_module_to_engine
cehongwang 81ed8e8
added the flattening function to util
cehongwang 46551f9
renamed the test cases
cehongwang 63dd055
delete the old file
cehongwang 8ecef1c
Fixed review comments
cehongwang b86c5e0
Changed the user API to include inputs, arg_inputs, kwarg_inputs
cehongwang 08f2cbb
revert the changes in docs
cehongwang 164b934
Added dynamic shape support for kwargs and dynamo.trace
cehongwang db40534
Fixed comments
cehongwang 9c029a5
Fixed a bug of dynamo.trace without dynamic shape
cehongwang d26028f
Fixed a small typo in the test file
cehongwang 58e275a
Fixed kwarg order issue
cehongwang 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ Functions | |
|
||
.. autofunction:: refit_module_weights | ||
|
||
|
||
Classes | ||
-------- | ||
|
||
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.