Skip to content

Commit fd3d3a5

Browse files
yufeiwu-nvruodil
andauthored
[None][chore] Modify python ipc_util to align with C++ path (#9894)
Signed-off-by: yufeiwu <[email protected]> Co-authored-by: ruodil <[email protected]>
1 parent 711016c commit fd3d3a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tensorrt_llm/_ipc_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ def can_access_peer(mapping: Mapping) -> bool:
4747

4848
# Early exit if devices are on different nodes
4949
if mapping.get_node_rank(rank) != mapping.node_rank:
50-
logger.info(f"Detect inter-node TP between rank {mapping.rank} and rank {rank}")
50+
logger.info(
51+
f"Detect inter-node TP between rank {mapping.rank} and rank {rank}, fail to access peer GPU memory"
52+
)
5153
return False
5254

5355
# Skip if same device

0 commit comments

Comments
 (0)