Skip to content

Commit dc7dd04

Browse files
authored
Update conftest.py
1 parent b9433ec commit dc7dd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def pytest_addoption(parser):
99
type=str,
1010
required=True,
1111
help="IR to compile with",
12-
choices=["torch_compile", "fx_ts_compat_compile"],
12+
choices=["torch_compile", "fx_ts_compat"],
1313
)
1414

1515

0 commit comments

Comments
 (0)