You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable_cross_compile_for_windows (bool): By default this is False means TensorRT engines can only be executed on the same platform where they were built.
94
94
True will enable cross-platform compatibility which allows the engine to be built on Linux and run on Windows
95
-
use_distributed_mode_trace (bool): Using aot_autograd to trace the graph. Enable this only if the model includes distributed operations
95
+
use_distributed_mode_trace (bool): Using aot_autograd to trace the graph. This is enabled when DTensors are present in distributed model
0 commit comments