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): Use aot_export_joint_simple for models, else wrap backend with AOT_autograd if this is True as required for distributed tensors
95
+
use_distributed_mode_trace (bool): Using aot_autograd to trace the graph. Enable this only if the model includes distributed operations
0 commit comments