-
Notifications
You must be signed in to change notification settings - Fork 309
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
[Feature] Integrated Training and Inference -- Part 1 #532
Open
pppppM
wants to merge
32
commits into
InternLM:main
Choose a base branch
from
pppppM:refactor-llm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 29, 2024
-
[Feature] Support Sequence parallel (InternLM#456)
* support sequence * add configs * add sp example to custom dataset * WIP * add dispatch utils * delete useless codes * move xtuner/engine/sequence_parallel to xtuner/parallel/sequence * fix lint * fix lint * add init_dist to xtuner and add trust_remote_code=True to AutoConfig * add internlm2 custom_dataset sp4 config * Sequence Parallel doc V1 * Sequence Parallel doc V1 * Sequence Parallel doc V1 * fix bugs in llama_varlen_attn_forward * rename indexes to position_ids * add attn_implementation to config * delete useless codes * fix lint * refine default_collate_fn * refine doc * refine doc * refine doc * delete replace_internlm2_rote * add repeat_kv_bshd * fix apply_rotary_pos_emb bug * add enable_sequence_parallel flag * refine doc * assert {'input_ids', 'labels'}.issubset(dataset.column_names) * refine doc
Configuration menu - View commit details
-
Copy full SHA for 360391a - Browse repository at this point
Copy the full SHA 360391aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fffd8c - Browse repository at this point
Copy the full SHA 5fffd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f31481 - Browse repository at this point
Copy the full SHA 0f31481View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1111a9 - Browse repository at this point
Copy the full SHA f1111a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edb76d - Browse repository at this point
Copy the full SHA 7edb76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f38d2 - Browse repository at this point
Copy the full SHA c5f38d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ab003 - Browse repository at this point
Copy the full SHA e0ab003View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e71b1 - Browse repository at this point
Copy the full SHA b0e71b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da532c - Browse repository at this point
Copy the full SHA 5da532cView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cfd71f - Browse repository at this point
Copy the full SHA 5cfd71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1d238 - Browse repository at this point
Copy the full SHA 2e1d238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046e943 - Browse repository at this point
Copy the full SHA 046e943View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68afab4 - Browse repository at this point
Copy the full SHA 68afab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8e8af - Browse repository at this point
Copy the full SHA cf8e8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc1142 - Browse repository at this point
Copy the full SHA 9dc1142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 662cebb - Browse repository at this point
Copy the full SHA 662cebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac1e0f - Browse repository at this point
Copy the full SHA 7ac1e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad84f2 - Browse repository at this point
Copy the full SHA 0ad84f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85d176 - Browse repository at this point
Copy the full SHA e85d176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f39627 - Browse repository at this point
Copy the full SHA 9f39627View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0655a1 - Browse repository at this point
Copy the full SHA c0655a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9ecca - Browse repository at this point
Copy the full SHA fd9eccaView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15860f9 - Browse repository at this point
Copy the full SHA 15860f9View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7236d40 - Browse repository at this point
Copy the full SHA 7236d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db2955 - Browse repository at this point
Copy the full SHA 4db2955View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad9ee3 - Browse repository at this point
Copy the full SHA aad9ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8daafcb - Browse repository at this point
Copy the full SHA 8daafcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for df60d91 - Browse repository at this point
Copy the full SHA df60d91View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6185c9b - Browse repository at this point
Copy the full SHA 6185c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca272bf - Browse repository at this point
Copy the full SHA ca272bfView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b658d76 - Browse repository at this point
Copy the full SHA b658d76View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2f1002 - Browse repository at this point
Copy the full SHA d2f1002View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.