-
Notifications
You must be signed in to change notification settings - Fork 463
[BugFix]Revise the EPLB feature guide content and optimize the EPLB algorithm. #3080
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
Closed
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
fcc3406
[EPLB]Add eplb to main.
695de79
[EPLB]Fix ci prolem.
134f4ec
[EPLB]Fix ci.
01545c1
[EPLB]Forma.
3fd79c3
[EPLB]Fix ci.
5298caf
[EPLB]Fix ci.
9a6fc7c
[EPLB]Fix ci.
981bb38
[EPLB]Add featureplb feature guide.e guide
7409960
Merge remote-tracking branch 'upstream_gitee/main' into main_eplb_0916
20b3b85
[EPLB]Fix doc ci.
41c5ad8
[EPLB]Fix eplbReformat eplb doc.
246eb2c
[EPLB]Add comment to eplb initialization
ab55a50
[EPLB]Add dynamic eplb to fused_experts method.
2037241
[EPLB]Add type
76a134f
[EPLB]Fix ci.
2c3bd98
[EPLB]Fix ci.
d215cef
[EPLB]Add type check for local_count.
5126bdc
[EPLB]Fix ut.
46ed5bd
[EPLB]Fix dense layers num.
345fd09
[EPLB]Check log2phy_map is not empty.
7235c4c
[EPLB]Fix ci.
531df4b
[EPLB]Fix ci.
64cd7bd
[EPLB]Fix hidden states.
c6bdc59
[EPLB]Fix ci.
0009b6a
[EPLB]Fix ci.
01eb40a
[EPLB]Add try catch when get log2phy map.
7e5450a
[EPLB]Fix ci.
a58ccbf
[EPLB]Fix ci.
505b317
[EPLB]Fix ci.
a75aeef
[EPLB]Add value check for gourp list type.
d0502ef
D2D transfer task
mercykid b9c0b01
Merge pull request #130 from Mercykid-bash/D2D_transfer
offline893 627bbdd
[BugFiModify eplb feature guide.
cce88a5
[BugFix]Fix expert map.
65e348f
Merge remote-tracking branch 'upstream_gitee/main' into main_eplb_0916
843398c
Merge remote-tracking branch 'upstream_gitee/main' into main_eplb_0916
offline0806 1164840
[Fix ci.]
offline0806 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JSON string in this example is invalid. There is a missing double quote
"
beforedynamic_eplb
. This will cause a parsing error for users who copy and paste this command.