-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Make args work in the uru10x10_to_trt_eval script #74707
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
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 9a084e2 (more details on the Dr. CI page):
1 failure not recognized by patterns:
🚧 1 fixed upstream failure:These were probably caused by upstream breakages that were already fixed.
Please rebase on the
|
|
This pull request was exported from Phabricator. Differential Revision: D34088069 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34088069 |
0695e5b to
17e65c7
Compare
Summary: Pull Request resolved: pytorch#74707 att Test Plan: ``` buck run mode/dev-nosan -c fbcode.split-dwarf=true -c fbcode.platform=platform009 accelerators/workloads/models/uru10x10:uru_10x10_to_trt_eval -- -h ``` Reviewed By: 842974287 Differential Revision: D34088069 fbshipit-source-id: d25d98ca91aaf7e17dd4813adf65632aa3f1e86b
17e65c7 to
9a084e2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34088069 |
Summary: Pull Request resolved: #74707 att Test Plan: ``` buck run mode/dev-nosan -c fbcode.split-dwarf=true -c fbcode.platform=platform009 accelerators/workloads/models/uru10x10:uru_10x10_to_trt_eval -- -h ``` Reviewed By: 842974287 Differential Revision: D34088069 fbshipit-source-id: 5c89d25db6493e0f66f7e57aac24ed72196d0378
|
Hey @jerryzh168. |
Summary: Pull Request resolved: #74707 att Test Plan: ``` buck run mode/dev-nosan -c fbcode.split-dwarf=true -c fbcode.platform=platform009 accelerators/workloads/models/uru10x10:uru_10x10_to_trt_eval -- -h ``` Reviewed By: 842974287 Differential Revision: D34088069 fbshipit-source-id: 5c89d25db6493e0f66f7e57aac24ed72196d0378 (cherry picked from commit d9d79f0)
Summary:
Previously the _MinimizerSettingBase is getting arguments from argparse, and this disables any downstream projects from using argparse. this PR changes the class to a dataclass and rely on the init parameters to initialize the setting instead
Test Plan:
Meta-only test
Reviewed By: 842974287
Differential Revision: D34088069