-
|
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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!