We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c9dd4 commit 5bf8fdcCopy full SHA for 5bf8fdc
tensorrt_llm/plugin/plugin.py
@@ -704,7 +704,8 @@ def set_workspace_tensor(self,
704
)
705
706
@staticmethod
707
- def max_workspace_size_auto(tp_size: int, support_deterministic) -> int:
+ def max_workspace_size_auto(tp_size: int,
708
+ support_deterministic=True) -> int:
709
if force_all_reduce_deterministic() and support_deterministic:
710
workspace_size = os.getenv("FORCE_ALLREDUCE_KERNEL_WORKSPACE_SIZE",
711
"1000000000")
0 commit comments