-
Notifications
You must be signed in to change notification settings - Fork 59
[Olmo2]: Add Support for Olmo2 CausalLM Model in QEff #509
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
base: main
Are you sure you want to change the base?
Conversation
Perplexity is verified. Thanks @tchawada ![]() |
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.
Will merge once CI passes
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.
LGTM. Do add the model under validated model list.
dbf736c
to
82de9ac
Compare
) | ||
assert (pytorch_hf_tokens == pytorch_kv_tokens).all(), ( | ||
"Tokens don't match for HF PyTorch model output and KV PyTorch model output" | ||
) |
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.
Please remove this check also, as you can see, we are checking the same in the if condition above for non-swiftkv models.
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.
Done
Signed-off-by: vbaddi <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.