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
When the user tries to stop an in-progress LLM inference using NPU, the LLM runner continues executing in the background until completion.
This causes issues when the user immediately sends a new query, as the system may respond incorrectly.