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.
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
Implemented basic pipeline for Refitting #2886
Implemented basic pipeline for Refitting #2886
Changes from all commits
dc98f23
74d458e
c47bef3
869aaad
e4cb669
388dadc
f822b28
56eb549
94483a8
4ba84b7
ee6f123
bc23ddb
501e5d9
bd5fb55
578927c
82cd252
e3cf823
c3b0862
400bcac
6f08664
2250239
c906d0e
51cba6f
e3576fa
cde8fe9
b575105
9923125
e25941e
646da9e
924f4a8
3c25a3a
0c9637d
bb5fdba
e47bcb2
e6e71ca
cf43a79
cfeb6bf
a092229
4819a6d
bd77f22
1b3a769
1456ad9
1acfe31
d38e422
880afde
2dc5bfa
410689c
381f14a
eebe883
2a3d567
003380a
323db97
de0ab94
de3da26
91c6036
bd43882
5ef9af7
8882425
7f1f958
b8e023d
df9cd39
b33fa0f
911984d
0a1c8ca
257db26
fef6766
d6dbdd4
7381221
e7768f7
51a03c9
33bde0f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Any reason this needs to be a tuple ?
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.
The function signature defines it as an Tuple
TensorRT/py/torch_tensorrt/dynamo/_compiler.py
Line 440 in 381f14a
If I do not change it I am not allowed to commit.