-
Notifications
You must be signed in to change notification settings - Fork 526
Remove args from LLMEdgeManager and misc cleanup #10288
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🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10288
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 New Failures, 52 Pending, 2 Unrelated FailuresAs of commit 8707043 with merge base cbca483 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@jackzhxng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Decouple `export_llama`'s `argparse.namespace` from `LLMEdgeManager` + misc cleanup Test Plan: CI Differential Revision: D73225183 Pulled By: jackzhxng
4e82b57
to
43e029b
Compare
This pull request was exported from Phabricator. Differential Revision: D73225183 |
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.
Thanks for the refactor!
Summary: Decouple `export_llama`'s `argparse.namespace` from `LLMEdgeManager` + misc cleanup Test Plan: CI Reviewed By: iseeyuan Differential Revision: D73225183 Pulled By: jackzhxng
43e029b
to
8e1b057
Compare
This pull request was exported from Phabricator. Differential Revision: D73225183 |
Summary: Decouple `export_llama`'s `argparse.namespace` from `LLMEdgeManager` + misc cleanup Test Plan: CI Reviewed By: iseeyuan Differential Revision: D73225183 Pulled By: jackzhxng
8e1b057
to
8707043
Compare
This pull request was exported from Phabricator. Differential Revision: D73225183 |
Differential Revision: D73225183 Pull Request resolved: pytorch#10288
Summary
Decouple
export_llama
'sargparse.namespace
fromLLMEdgeManager
+ misc cleanupTest plan
CI