Skip to content

Commit f93bd12

Browse files
committed
test PR
1 parent 5792c43 commit f93bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megatron/core/inference/engines/dynamic_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ async def start_listening_to_data_parallel_coordinator(
303303

304304
# Todo [Siddharth]: can we move this code to another file?
305305
self.zmq_context = zmq.Context()
306-
self.zmq_sockets = [] # keep track of all sockets created by this engine
306+
self.zmq_sockets = [] # keep track of all sockets created by this engine.
307307
ip_address_of_dp_coordinator = os.getenv('MASTER_ADDR', '127.0.0.1')
308308
identity = f'tp-coord-{parallel_state.get_data_parallel_rank()}'
309309
if (

0 commit comments

Comments
 (0)