Skip to content
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

Update results as we changed torch compile to optimal setting #1799

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

haifeng-jin
Copy link
Collaborator

We have used torch.compile(model, mode="reduce-overhead") in the benchmarks. Results are updated accordingly.
The numbers almost remain the same except BERT.
Changed BERT batch size because native PyTorch would run OOM with the old batch sizes using the given compile setting.

Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@fchollet fchollet merged commit 54ef6e7 into keras-team:master Mar 15, 2024
2 checks passed
@haifeng-jin haifeng-jin deleted the benchmark branch March 15, 2024 23:09
sitamgithub-MSIT pushed a commit to sitamgithub-MSIT/keras-io that referenced this pull request May 30, 2024
…team#1799)

* update results as we changed torch compile to optimal setting

* update

* Update benchmarks.md

---------

Co-authored-by: François Chollet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants