MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / __init__

Method __init__

tensorrt_llm/mapping.py:682–686  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

680 """PyTorch DeviceMesh-based mapping implementation"""
681
682 def __init__(self, *args, **kwargs):
683 assert mpi_disabled(
684 ), "DeviceMeshTopology is only available in Ray orchestrator mode."
685
686 super().__init__(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

mpi_disabledFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected