-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[export] Include metadata in FlatArgsAdapter #146107
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/146107
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: ✅ You can merge normally! (2 Unrelated Failures)As of commit fb7e942 with merge base 53759cc ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D68928416 |
d099d26
to
7684af2
Compare
This pull request was exported from Phabricator. Differential Revision: D68928416 |
7684af2
to
9176fa4
Compare
This pull request was exported from Phabricator. Differential Revision: D68928416 |
Summary: With pytorch#145956, which introduces storing a list of namedtuple field names when serializing, we now want to expose this list to the args adapater so that APS can utilize this information and remove extraneous inputs. Test Plan: No-op Reviewed By: felixsu2006 Differential Revision: D68928416
9176fa4
to
fb7e942
Compare
This pull request was exported from Phabricator. Differential Revision: D68928416 |
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary:
With #145956, which introduces
storing a list of namedtuple field names when serializing, we now want to
expose this list to the args adapater so that APS can utilize this information
and remove extraneous inputs.
Test Plan: No-op
Differential Revision: D68928416