-
Notifications
You must be signed in to change notification settings - Fork 388
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
Fix missing move and bare new in pytree from_str_internal #6783
Conversation
Just a couple minor fixes. Differential Revision: [D65576543](https://our.internmc.facebook.com/intern/diff/D65576543/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6783
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit b2d6a4c with merge base dc41596 (): NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Just a couple minor fixes. Differential Revision: [D65576543](https://our.internmc.facebook.com/intern/diff/D65576543/) ghstack-source-id: 253128072 Pull Request resolved: #6783
This pull request was exported from Phabricator. Differential Revision: D65576543 |
Had to re-export this one because I landed it wrong when it was #6702; apparently I am supposed to click the internal land button. |
extension/llm/modules/test/test_mha.py::AttentionTest::test_attention_executorch seems to be flaky -- https://hud.pytorch.org/hud/pytorch/executorch/main/1?per_page=50&name_filter=unittest&mergeLF=true . bypassing |
* Use std::variant to implement pytree Key Pull Request resolved: #6701 Key was a struct that should've been a union; std::variant makes using a union much easier. ghstack-source-id: 253128071 @exported-using-ghexport Differential Revision: [D65575184](https://our.internmc.facebook.com/intern/diff/D65575184/) * Fix missing move and bare new in pytree from_str_internal Just a couple minor fixes. Differential Revision: [D65576543](https://our.internmc.facebook.com/intern/diff/D65576543/) ghstack-source-id: 253128072 Pull Request resolved: #6783 --------- Co-authored-by: Scott Wolchok <[email protected]>
Stack from ghstack (oldest at bottom):
Just a couple minor fixes.
Differential Revision: D65576543