-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[benchmark] Add HF LLM benchmarks #156967
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156967
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 11 PendingAs of commit 441527d with merge base 80cca83 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Thanks for adding more models! A few minor comments. Also, please fix the ci. |
0749c30
to
bbf4a09
Compare
@BoyuanFeng yes! I have updated to merge everything into the huggingface column. |
elif args.export_nativert: | ||
frozen_model_iter_fn = export_nativert(model, example_inputs) | ||
use_generate_mode = kwargs.get("use_generate_mode", False) | ||
if use_generate_mode: |
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.
I added this use_generate_mode flag so that we only apply torch.compile/export to model.forward, instead of applying it to model.generate
bbf4a09
to
f48faf2
Compare
f48faf2
to
441527d
Compare
Results in https://docs.google.com/spreadsheets/d/1xXOPg9JjEmPx0zc5QBNdyXQq8-K2_r4ybHaiS-q7pZ0/edit?gid=88695043#gid=88695043
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames