Skip to content

Commit c67c5de

Browse files
committed
fix_communication
1 parent 6e51164 commit c67c5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

megatron/virtual_tensor_parallel_communication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def all_gather_object(object_list, obj, group=None):
989989

990990
def gather_object(obj, object_list, dst=0, group=None):
991991
if normal_communication:
992-
return gather_object(obj, object_list, dst, group)
992+
return dist.gather_object(obj, object_list, dst, group)
993993
global use_thread_communication
994994
global result
995995
global new_tensor

0 commit comments

Comments
 (0)