This repository was archived by the owner on May 12, 2026. It is now read-only.
No NPU Usage
#651
|
I'm not seeing any NPU usage in Resources. I'm running an LLM on FastFlowLM. I ran a long running task on the LLM. I'm still not seeing any NPU usage. Why is Resources not showing any NPU usage? I'm running Resource 1.10.2. Here is the LLM I'm running. If you need any additional information let me know. Here is some information about my system. |
Answered by
cpreisler
Mar 16, 2026
Replies: 1 comment
|
I'm going to answer my own question. The Ryzen AI 9 365 NPU was correctly identified and partially operational. To fix it I had to |
0 replies
Answer selected by
cpreisler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm going to answer my own question. The Ryzen AI 9 365 NPU was correctly identified and partially operational. To fix it I had to
ensure the XRT Shim (plugin) was correctly installed and linked to my kernel driver. So I built and installed the base and shim from source and rebooted. Now Resources is showing NPU usage when I run an LLM on FastFlowLM. Yay!