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 sp #2

Merged
merged 11 commits into from
Apr 19, 2024
Merged

Support sp #2

merged 11 commits into from
Apr 19, 2024

Conversation

HIT-cwh
Copy link

@HIT-cwh HIT-cwh commented Apr 16, 2024

No description provided.

KooSung and others added 11 commits April 8, 2024 18:25
* support mixtral varlen attn

* support mixtral sp

* add flash_attn_wo_mask, flash_attn_w_mask and varlen_flash_attn API

* update mixtral readme
* fix position_ids bug

* support qwen2 varlen attn and sp
accept pytorch==2.2 as the bugs in triton 2.2 are fixed
* refine split_for_sequence_parallel API, the tensor to be split may not have shape (bs, seq_len, dim)

* Expose the two interfaces, pre_process_for_sequence_parallel_attn and post_process_for_sequence_parallel_attn, to the user

* Assert pytorch version != 2.1

* Remove the PyTorch version restriction when using sequence parallel

* refine all_to_all op

* split sequence in sft but not data_collate_fn

* add sequence communications

* fix lint

* move all_to_all to communications

* make compute_sequence_parallel_loss method private

* fix sp docs

* rename

* add explanation about why grad_scale is needed

* refine

* add docstring

* rename communications to comm
* refine split_for_sequence_parallel API, the tensor to be split may not have shape (bs, seq_len, dim)

* Expose the two interfaces, pre_process_for_sequence_parallel_attn and post_process_for_sequence_parallel_attn, to the user

* Assert pytorch version != 2.1

* Remove the PyTorch version restriction when using sequence parallel

* refine all_to_all op

* split sequence in sft but not data_collate_fn

* add sequence communications

* fix lint

* move all_to_all to communications

* make compute_sequence_parallel_loss method private

* fix sp docs

* rename

* add explanation about why grad_scale is needed

* refine

* add docstring

* rename communications to comm

* add cohere prompt template

* support cohere

* add cohere readme

* fix readme

* fix readme
* fix rotary_seq_len in varlen attn

* fix lint
@pppppM pppppM merged commit b658d76 into pppppM:refactor-llm Apr 19, 2024
pppppM added a commit that referenced this pull request May 8, 2024
* add custom sft dataset docs

* add custom dataset template configs

* add openai data format

* refine doc

* update (#2)

* replace md with rst

---------

Co-authored-by: Zhihao Lin <36994684+LZHgrla@users.noreply.github.com>
Co-authored-by: pppppM <67539920+pppppM@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants