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
[BYOC][TensorRT] Add TensorRT own int8 calibration support to TensorRT BYOC integration #8808
[BYOC][TensorRT] Add TensorRT own int8 calibration support to TensorRT BYOC integration #8808
Changes from all commits
2375c0b
66c5fe2
9113659
6671366
99c0a57
525af93
0eda372
7ec0586
a39a5a1
eada412
0a22eff
3f9fec2
7f7343c
c77b433
8566cc6
7a1f3ff
8914349
cb8fe8f
6aa6051
f51ba11
19e151b
3b6ef10
ecb43e0
17bb566
dbd1594
411504f
9ec455e
55ead8b
c613c45
0afbcc7
2640ab3
06b9f77
2e4293a
7282762
5645dad
9756f7b
fddbd43
4b56ac8
06797a0
947d22d
d77dda0
9a515f8
53802b5
ccb74c7
c1f0faf
81761b4
bf30e8e
63512ad
d3ac8c9
ac58979
90eabe1
89c8eeb
30648d6
3c85b9a
41be39a
c7d2bcc
2d8ce42
63cf965
5685800
c0e931d
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.
IIUC,
use_int8_
is exclusive withuse_fp16_
? If so, we should combine them to be a single variable liketarget_dtype
.