Skip to content

Commit 8b77617

Browse files
committed
chore: minor fix
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 077eccc commit 8b77617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _get_target_ir(module_type: _ModuleType, ir: str) -> _IRType:
6969
elif module_is_tsable:
7070
logging.log(
7171
logging.Level.Warning,
72-
"Input graph is a Torchscript module but the ir provided is default (dynamo). Please set ir=torchscript to suppress the warning. Compiling the module with ir=ts",
72+
"Input graph is a Torchscript module but the ir provided is default (dynamo). Please set ir=torchscript to suppress the warning. Compiling the module with ir=torchscript",
7373
)
7474
return _IRType.ts
7575
else:

0 commit comments

Comments
 (0)