Skip to content

Commit

Permalink
Revert "allgather -> gather"
Browse files Browse the repository at this point in the history
This reverts commit 8eb34bb.
  • Loading branch information
fh-TurbaAI committed Oct 2, 2024
1 parent 6622521 commit 9e0882b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converter/pytorch_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def get_collective_comm_type(self, name: str) -> int:
comm_type_mapping = {
"allreduce": ALL_REDUCE,
"alltoall": ALL_TO_ALL,
"gather": ALL_GATHER,
"allgather": ALL_GATHER,
"reducescatter": REDUCE_SCATTER,
"broadcast": BROADCAST,
# Additional cases can be added here
Expand Down

0 comments on commit 9e0882b

Please sign in to comment.