Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for DeepSpeed Ulysses (SP) #1084

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Update NeoXArgs docs automatically
  • Loading branch information
github-actions committed Nov 26, 2023
commit aa56a650d819e15893f1f30df604af7ec5961a57
19 changes: 18 additions & 1 deletion configs/neox_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Logging Arguments

- **git_hash**: str

Default = 2da1083
Default = c509f6a

current git hash of repository

Expand Down Expand Up @@ -862,6 +862,14 @@ Parallelism Arguments



- **sequence_parallel_size**: int

Default = 1

Size of the model parallelism.



- **pipe_partition_method**: str

Default = type:transformer|mlp
Expand Down Expand Up @@ -889,6 +897,15 @@ Parallelism Arguments



- **is_sequence_parallel**: bool

Default = False

flag to determine whether sequence parallelism is on - shouldn't be set by user, is automatically determined
according to sequence parallel size.



## NeoXArgsTemplate

NeoXArgsTemplate()
Expand Down