File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments