-
Notifications
You must be signed in to change notification settings - Fork 608
fix a set union bug #2827
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 a set union bug #2827
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2827
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1f15d1e with merge base be618c2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D55680296 |
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680296
495cfd0
to
d4e6ccd
Compare
This pull request was exported from Phabricator. Differential Revision: D55680296 |
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680296
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680296
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: angelayi Differential Revision: D55680296
d4e6ccd
to
1f15d1e
Compare
This pull request was exported from Phabricator. Differential Revision: D55680296 |
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: angelayi Differential Revision: D55680296
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: angelayi Differential Revision: D55680296
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: angelayi Differential Revision: D55680296
Summary: It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: angelayi Differential Revision: D55680296
This pull request has been merged in a25dea6. |
Summary: Pull Request resolved: pytorch#2827 It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: angelayi Differential Revision: D55680296 fbshipit-source-id: 906d508a276a91bd4b1caa295ce547e9686612ad
Summary:
It's a bug, we need to keep union the original set with the new set from the for loop, however the original code just overwrite the original set. Test with coreml + llama code
Differential Revision: D55680296