Is it possible to run models optimized for NPU with AMD processor? #172
Unanswered
mpaulazamin
asked this question in
Silicon support
Replies: 1 comment
-
|
@mpaulazamin currently foundry local only supports QNN NPUs. We're working on automatic selection of execution providers that will open up more NPU providers, such as AMD. In the case of GPU - if you select the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
After your help, I was able to download Hugging Face ONNX models. It worked for running on GPU.
Now, I'm trying to run models on NPU and Hybrid mode (NPU + GPU). I downloaded amd/Llama-3.2-3B-Instruct-awq-g128-int4-asym-bf16-onnx-ryzen-strix. However, I received the following error:
I pasted all the .dll libraries necessary to run models on NPU inside the model folder, but it did not work:
Is there a way I can run models on NPU that are optimized for AMD processor?
Beta Was this translation helpful? Give feedback.
All reactions