-
Notifications
You must be signed in to change notification settings - Fork 608
Skip one op for coreml partitioner #2826
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/2826
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a7047b2 with merge base 88b6cd2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D55680297 |
Summary: There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now ``` "aten.index.tensor", "aten.index_put.default" ``` test with ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680297
6cbe1f5
to
f1ef94b
Compare
This pull request was exported from Phabricator. Differential Revision: D55680297 |
f1ef94b
to
9329a75
Compare
Summary: There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now ``` "aten.index.tensor", "aten.index_put.default" ``` test with ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680297
This pull request was exported from Phabricator. Differential Revision: D55680297 |
Summary: There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now ``` "aten.index.tensor", "aten.index_put.default" ``` test with ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680297
9329a75
to
88df6cd
Compare
This pull request was exported from Phabricator. Differential Revision: D55680297 |
Summary: There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now ``` "aten.index.tensor", "aten.index_put.default" ``` test with ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Differential Revision: D55680297
88df6cd
to
f18cb99
Compare
This pull request was exported from Phabricator. Differential Revision: D55680297 |
Thanks Yifan for adding the index with bool, so we can skip one less op! |
f18cb99
to
549001c
Compare
Summary: There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now ``` "aten.index.tensor", "aten.index_put.default" ``` test with ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: mergennachin Differential Revision: D55680297
This pull request was exported from Phabricator. Differential Revision: D55680297 |
Summary: There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now ``` "aten.index.tensor", "aten.index_put.default" ``` test with ``` python3 -m examples.models.llama2.export_llama --coreml --use_kv_cache ``` Reviewed By: mergennachin Differential Revision: D55680297
549001c
to
a7047b2
Compare
This pull request was exported from Phabricator. Differential Revision: D55680297 |
This pull request has been merged in dd06b7a. |
Summary:
There are some issues with the current two ops in coreml side. While waiting for the fix, skip them for now
test with
also test the stories-llama model
Differential Revision: D55680297