MPS backend enabled? #94
Answered
by
NorbertKlockiewicz
gabimoncha
asked this question in
Q&A
|
Hi, I'm trying run an exported version of llama 3.2 with the mps backend. Executorch has no examples on exporting with mps for llama 3.2, but since it has the same architecture I'm thinking it should be the same command. I was curios if it's enabled in this library too, since it's not mentioned anywhere |
Answered by
NorbertKlockiewicz
Feb 12, 2025
Replies: 2 comments 2 replies
|
Hi, we currently do not support export for mps backend. For now we are focusing on working with XNNPACK and CoreML, but it is possible that we will add MPS support in the future. |
0 replies
Answer selected by
NorbertKlockiewicz
|
is it possible to add the needed packages as modules? and enable them on install depending on needs? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, we currently do not support export for mps backend. For now we are focusing on working with XNNPACK and CoreML, but it is possible that we will add MPS support in the future.