MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / force_all_reduce_deterministic

Function force_all_reduce_deterministic

tensorrt_llm/plugin/plugin.py:537–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535
536
537def force_all_reduce_deterministic():
538 return os.getenv("FORCE_DETERMINISTIC", "0") == "1" or os.getenv(
539 "FORCE_ALL_REDUCE_DETERMINISTIC", "0") == "1"
540
541
542class CustomAllReduceHelper:

Callers 2

allocate_workspaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected