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

Add initial fambench support to e2e_models #821

Closed
wants to merge 6 commits into from
Closed

Conversation

xuzhao9
Copy link
Contributor

@xuzhao9 xuzhao9 commented Mar 23, 2022

Add FAMBench submodule and xlmr support.
The following command runs the fambench xlmr inference:

$ python run_e2e.py fambench_xlmr
{"device": "cuda", "device_num": 1, "test": "eval", "num_examples": 160, "batch_size": 16, "result": {"latency": 23.143840166999997, "qps": 6.913286595719689}}

Adding the FAMBench submodule also enables us to add those models to TorchBench.

@xuzhao9 xuzhao9 changed the title Add fambench support to e2e_models [WIP] Add fambench support to e2e_models Mar 24, 2022
@xuzhao9 xuzhao9 requested a review from erichan1 March 24, 2022 18:40
@xuzhao9 xuzhao9 changed the title [WIP] Add fambench support to e2e_models Add initial fambench support to e2e_models Mar 24, 2022
@xuzhao9 xuzhao9 requested a review from bitfort March 24, 2022 18:42
@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Member

@erichan1 erichan1 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for adding this to TB!

@xuzhao9 xuzhao9 deleted the xz9/support-fambench branch March 29, 2022 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants