Fixed Granite_moe and added to CI#771
Merged
quic-akuruvil merged 6 commits intoquic:mainfrom Feb 26, 2026
Merged
Conversation
Contributor
|
@vbaddi please review the PR, CI is passing |
quic-rishinr
requested changes
Feb 6, 2026
| "hpcai-tech/grok-1", | ||
| "Snowflake/Llama-3.1-SwiftKV-8B-Instruct", | ||
| "allenai/OLMo-2-0425-1B", | ||
| "ibm-granite/granite-3.1-1b-a400m-base", |
Contributor
There was a problem hiding this comment.
please add dummy config in custom_tiny_model_configs.json as well.
be337a9 to
04a6c4d
Compare
added 4 commits
February 25, 2026 14:28
Signed-off-by: Ann <quic_akuruvil@quicinc.com>
Signed-off-by: Ann <quic_akuruvil@quicinc.com>
quic-rishinr
requested changes
Feb 25, 2026
| comp_ctx_lengths: Optional[torch.LongTensor] = None, | ||
| batch_index: Optional[torch.LongTensor] = None, | ||
| inputs_embeds: Optional[torch.FloatTensor] = None, | ||
| # labels: Optional[torch.LongTensor] = None, |
Contributor
There was a problem hiding this comment.
please remove the commented lines
| inputs_embeds = inputs_embeds * self.embedding_multiplier # main diff with Llama | ||
|
|
||
| # TODO (joao): remove this exception in v4.56 -- it exists for users that try to pass a legacy cache | ||
| # if not isinstance(past_key_values, (type(None), Cache)): |
Contributor
There was a problem hiding this comment.
Do we need these? can we clean up?
added 2 commits
February 26, 2026 04:22
Signed-off-by: Ann <akuruvil@qti.qualcomm.com>
smedhe
pushed a commit
to smedhe/QEff_Sharvari
that referenced
this pull request
Mar 8, 2026
Granitemoe export issue fixed and added to CI. --------- Signed-off-by: Ann <akuruvil@qti.qualcomm.com> Co-authored-by: Ann Kuruvilla <akuruvil@qti.qualcomm.com> Signed-off-by: Sharvari Medhe <smedhe@qti.qualcomm.com>
smedhe
pushed a commit
to smedhe/QEff_Sharvari
that referenced
this pull request
Mar 8, 2026
Granitemoe export issue fixed and added to CI. --------- Signed-off-by: Ann <akuruvil@qti.qualcomm.com> Co-authored-by: Ann Kuruvilla <akuruvil@qti.qualcomm.com> Signed-off-by: Sharvari Medhe <smedhe@qti.qualcomm.com> Signed-off-by: Sharvari Medhe <smedhe@qti.qualcomm.com>
quic-dhirajku
pushed a commit
to asmigosw/efficient-transformers
that referenced
this pull request
Mar 13, 2026
Granitemoe export issue fixed and added to CI. --------- Signed-off-by: Ann <akuruvil@qti.qualcomm.com> Co-authored-by: Ann Kuruvilla <akuruvil@qti.qualcomm.com> Signed-off-by: Dhiraj Kumar Sah <dhirajku@qti.qualcomm.com>
qcdipankar
pushed a commit
to qcdipankar/efficient-transformers
that referenced
this pull request
Mar 17, 2026
Granitemoe export issue fixed and added to CI. --------- Signed-off-by: Ann <akuruvil@qti.qualcomm.com> Co-authored-by: Ann Kuruvilla <akuruvil@qti.qualcomm.com>
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.
Granitemoe export issue fixed and added to CI.