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.
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
Mixture of Experts #115
Mixture of Experts #115
Changes from 53 commits
8fcc9b9
7093f83
b6ba69f
8b4c230
45c1849
66359d9
7466d60
440f9f7
5c37fdb
429a780
930174f
a302c66
6483ef2
d0ea8dc
4eb3dd0
a46a2fe
f5421f6
e254615
0912ba8
0a4d0a3
53905bc
a4d0efc
52e2cfd
ebacdbe
f404b0d
2efdf17
88156ca
e783e9e
f027203
5c70426
a6be666
39124e7
6196cbc
560250a
c904356
525083c
25e6948
4849f2a
4c41b61
5c32f64
78ac356
24cbb9b
ec8cd0f
427bc39
64e512b
cbfa187
90648c9
32cba9d
da9d4a7
5741fde
a70609b
e722226
5980bf8
ce3c838
8b7c77d
8daf040
dd552d8
1c9ff6f
9e2aa30
5e78109
7ea0385
7b68747
a50fed2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Should we have some assert here to make sure they're not using MoE?
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.
we can't check args during imports though, right?
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.
Again maybe some assert would be good?