You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments