NVRM

Results 26 comments of NVRM

Hi. Version: `Phpactor 2023.12.03.0@1dcb8b2c589912ca8712a75c0a214d365de331fc` Yes, my code base is huge, but was also previously. If i understand, it may be linked to a particular file created recently? i wouldn't say...

Can't update to master due to some unclear composer error. Even if "another issue" which I doubt, the result is the same: It's eating all the CPU brutally, without telling...

Setting `outsource` to false did solve the CPU problem on my config (no more process forks). ` "language_server.diagnostic_outsource": false,`

Could you add a bare configuration, and some usage example? There is no documentation, no -h or --help params available, nothing in the source code, that's pretty dark. In my...

Thanks for the extra quick reply, at first. I understand the origin of the issue, as you described. However, this won't add the wanted consistency, as some articles will be...

Alright. Thanks for the reply. It might be hard to understand for peoples coming in the ecosystem. I posted that for them. It took me a while to catch.

Side note, do not break the API. Devs added that "thinking" capabilities, ok, great. But: > In Ollama's API, a model's thinking is now returned as a separate thinking field...

`curl -s http://localhost:11434/api/generate -d '{"model": "'$(ollama ps | tail -n1 | cut -d ' ' -f1 )'", "keep_alive": 0}'` You should get: .... "done_reason":"unload"

That is related to Linux, and if all these things have to be documented and handled in every programs, the docs will be 400 pages. Check service `sudo systemctl status...

Check logs in realtime: `sudo journalctl -f | grep ollama`