-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[pipeline] All bert models #4233
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
Merged
CjhHa1
merged 26 commits into
hpcaitech:feature/pipeline
from
CjhHa1:feature/bert_others
Jul 17, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8dee68a
bloom policy
CjhHa1 527b517
Merge branch 'feature/pipeline' of github.com:hpcaitech/ColossalAI in…
CjhHa1 9cb3005
llama pipeline forward and tests
CjhHa1 a214414
fix the output and attention_mask
CjhHa1 b625f2f
fix name
CjhHa1 67e6a71
bind argument to policy
CjhHa1 dfe65dc
Revert "bloom policy"
CjhHa1 9c88910
revert the bloom changes
CjhHa1 48c41dc
cancel unneeded inputs
CjhHa1 2a9097b
gpt
CjhHa1 279a34e
finish llama
CjhHa1 14c6ba3
fix conflicts
CjhHa1 4ac3aac
causal lm and sequence classification
CjhHa1 807974f
revision
CjhHa1 95c35b7
Merge branch 'feature/pipeline' of github.com:hpcaitech/ColossalAI in…
CjhHa1 3d406c7
add pure pipeline test
CjhHa1 4c45a3f
finish some bert models
CjhHa1 a693291
finish all bert models
CjhHa1 1714cfc
finish bert tests
CjhHa1 5ecf2f7
fix bugs
CjhHa1 90c7e18
fix bugs
CjhHa1 fa7f270
fix test pipeline
CjhHa1 7a168da
fix data gen for qa
CjhHa1 4a2b7a3
update the set pipeline forward
CjhHa1 364e30d
shared params
CjhHa1 df4ff47
fix bugs
CjhHa1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| from .torchrec import * | ||
| #from .torchrec import * |
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.