Skip to content

Commit

Permalink
expose
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Mishra <[email protected]>
  • Loading branch information
mayank31398 committed Oct 7, 2024
1 parent e479eb5 commit 4c3c815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dolomite_engine/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ class DistributedArgs(BaseArgs):
tensor_parallel_word_embeddings: bool = False
# whether to use sequence parallel
sequence_parallel: bool = False
# whether to use expert parallel
expert_parallel: bool = False
# data parallel world size
data_parallel_size: int | None = None
# distributed timeout for NCCL in minutes
Expand Down

0 comments on commit 4c3c815

Please sign in to comment.