Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wentaoyu committed Sep 12, 2023
1 parent 7889108 commit 1b7bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/incubate/optimizer/distributed_fused_lamb.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def init_communicator(block, rank, ranks, ring_id):
'nranks': len(ranks),
'rank': local_rank,
'ring_id': ring_id,
'endpoints': eps,
'endpoints': ','.join(eps),
},
)
tmp_var = block.create_var(name=unique_name.generate('tmp'))
Expand Down

0 comments on commit 1b7bcef

Please sign in to comment.