Skip to content

Commit fc037c2

Browse files
committed
refactor(//tests/py): Update QAT Testscript
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 621bc67 commit fc037c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/test_qat_trt_accuracy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_compile_script(self):
5555

5656
compile_spec = {
5757
"inputs": [trtorch.Input([16, 3, 32, 32])],
58-
"op_precision": torch.int8,
58+
"enabled_precisions": {torch.int8},
5959
# "enabled_precision": {torch.float32, torch.int8},
6060
}
6161

0 commit comments

Comments
 (0)