Skip to content

Commit 6745b76

Browse files
committed
chore: Address BERT TS failure
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2048601 commit 6745b76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/py/ts/models/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def test_bert_base_uncased(self):
110110
},
111111
"enabled_precisions": {torch.float},
112112
"truncate_long_and_double": True,
113-
"ir": "ts",
114113
}
115114
with torchtrt.logging.errors():
116115
trt_mod = torchtrt.ts.compile(self.model, **compile_spec)

0 commit comments

Comments
 (0)