Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: High cpu usage #3515

Open
tanuki-cat opened this issue Mar 22, 2025 · 2 comments
Open

[BUG]: High cpu usage #3515

tanuki-cat opened this issue Mar 22, 2025 · 2 comments
Labels
Desktop investigating Core team or maintainer will or is currently looking into this issue possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@tanuki-cat
Copy link

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

When using the DeepSeek R1 model, the CPU usage is high when waiting for a response or rendering, almost using up all idle resources. Is it really necessary to consume such high resources when waiting for a response or rendering? Is this an unpredictable bug or is it software design?
Hope to get a reply. Thanks

Image

Are there known steps to reproduce?

No response

@tanuki-cat tanuki-cat added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label Mar 22, 2025
@timothycarambat
Copy link
Member

timothycarambat commented Mar 24, 2025

To be clear, you are not using the built in LLM are you? If you dont have a GPU and are running models on CPU some systems show the Renderer process as high CPU when really it is the main thread doing LLM Inference on CPU.

Outside of that, what are your system specs (CPU, RAM, OS) and what version of AnythingLLM Desktop are you on?

@timothycarambat timothycarambat added Desktop investigating Core team or maintainer will or is currently looking into this issue labels Mar 24, 2025
@tanuki-cat
Copy link
Author

I'm not running any mods on the cpu, using a call to the api interface.
My system related parameters are as follows:
Cpu:M1Max 10cpu 32gpu
System OS: macos 15.3.2 (24D81)
Memory RAM: 32GB

And AnythingLLM Despktop Version: 1.7.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Desktop investigating Core team or maintainer will or is currently looking into this issue possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

No branches or pull requests

2 participants