[LLM] Add tensor parallel for chatglmv2#9014
Merged
Merged
Conversation
|
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9014 +/- ##
===========================================
+ Coverage 53.34% 53.79% +0.45%
===========================================
Files 650 652 +2
Lines 105414 104710 -704
===========================================
+ Hits 56230 56329 +99
+ Misses 49184 48381 -803 ☔ View full report in Codecov by Sentry. |
DrownFish19
reviewed
Aug 28, 2024
DrownFish19
reviewed
Aug 29, 2024
ZHUI
approved these changes
Sep 5, 2024
| ] | ||
|
|
||
|
|
||
| def seed_guard_context(name=None): |
ckl117
pushed a commit
to ckl117/PaddleNLP
that referenced
this pull request
Sep 9, 2024
* fix_chatglmv2_8k
Mangodadada
pushed a commit
to Mangodadada/PaddleNLP
that referenced
this pull request
Sep 10, 2024
* fix_chatglmv2_8k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR types
Bug fixes
PR changes
Models
Description
fix chatglmv2 8k
在8k情况下,zero_padding=true, max_sequence_length=8192, src_length=4096
Sharding_parallel_degree=8, sharding=stage3, recompute=True, step=9时, OOM
Sharding_parallel_degree=8, sharding=stage3, recompute=False, step=1时, OOM
train_runtime: 293.3676, train_samples_per_second: 0.409, train_steps_per_second: 0.1023, train_loss: 9.233072916666666, progress_or_epoch: 0.0647
Effective_Tokens_per_second: 3322.318257026338 内存:430G
train_runtime: 141.7329, train_samples_per_second: 0.8467, train_steps_per_second: 0.2117, train_loss: 9.233072916666666, progress_or_epoch: 0.0647
Effective_Tokens_per_second: 6876.741628090584 内存:320G