Skip to content

Commit 8e7342e

Browse files
committed
rephrase prompt
1 parent 9851bfe commit 8e7342e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/torch_tensorrt/dynamo/_compiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def compile(
568568
and kwargs["enable_cross_compile_for_windows"]
569569
):
570570
raise ValueError(
571-
"Please use cross_compile_for_windows() api if you want to cross compile the module in Linux for inferencing in Windows."
571+
"Please use torch_tensorrt.dynamo.cross_compile_for_windows() if you want to cross compile the module in Linux for inferencing in Windows."
572572
)
573573

574574
engine_capability = EngineCapability._from(engine_capability)
@@ -1180,7 +1180,7 @@ def convert_exported_program_to_serialized_trt_engine(
11801180
and kwargs["enable_cross_compile_for_windows"]
11811181
):
11821182
raise ValueError(
1183-
"Please use cross_compile_for_windows() api if you want to cross compile the module in Linux for inferencing in Windows."
1183+
"Please use torch_tensorrt.dynamo.cross_compile_for_windows() if you want to cross compile the module in Linux for inferencing in Windows."
11841184
)
11851185

11861186
engine_capability = EngineCapability._from(engine_capability)

0 commit comments

Comments
 (0)