Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ mpi_disabled
Function
mpi_disabled
tensorrt_llm/_utils.py:535–537 ·
view source on GitHub ↗
True if TLLM_DISABLE_MPI is set to "1", False otherwise.
()
Source
from the content-addressed store, hash-verified
533
534
535
def
mpi_disabled() -> bool:
536
""
"True if TLLM_DISABLE_MPI is set to "
1
", False otherwise."
""
537
return
os.environ.get(
"TLLM_DISABLE_MPI"
) ==
"1"
538
539
540
def
mpi_rank():
Callers
15
run_disaggregated_test
Function · 0.90
conftest.py
File · 0.90
util.py
File · 0.90
__new__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
_allgather
Function · 0.90
allgather
Function · 0.90
cp_allgather
Function · 0.90
reducescatter
Function · 0.90
__init__
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
1
run_disaggregated_test
Function · 0.72