Urgent.News

the world's headlines, one feed

AI

My local AI ran on the CPU for a week and I didn't notice

My first Ollama setup felt fast. One evening, one model, one question, a clean answer streaming back at a speed that made cloud AI feel unnecessary. A few days later, with a bigger model and a longer question, the cursor crawled. No error. No warning. Just slow, in a way that made me suspect the model, the network, my own question — everything except the actual cause, which turned out to be…

A local AI setup ran on the CPU for a week without the owner noticing. The issue was caused by oversizing the model and context length, which pushed the GPU's VRAM limit, resulting in partial offloading to the CPU. The setup, running Ollama as a service on Proxmox, was expected to keep all requests local. However, the real work was sizing the model correctly, considering the GPU available and the context length.

Two mistakes were made: using a model that partially offloaded to the CPU without any error and another VM already claiming the GPU through passthrough. To avoid such issues, it's essential to check GPU utilization after any change, assign GPU passthrough to only one VM, and ensure the GPU is fully removed from other VMs before rebooting. This ensures the AI service remains fast and local, keeping all requests within the house.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written; read the original for the full account.

Read the original at dev.to →

More in AI

Reddit decides who AI recommends: what I found measuring 241 software categories

Buyers have started asking ChatGPT and Gemini which software to use instead of opening ten tabs. So over the last few weeks I ran a simple experiment 241 times: for each software category, I asked the…

  • Reddit appeared in 93% of 241 software categories studied.
  • 1,202 individual answers were provided by Reddit in the study.
  • AI assistants frequently cited vendors' own comparison pages.

Crypto’s infrastructure era arrives, with AI agents poised to reshape demand

Crypto companies are trying to build a second growth engine by turning agents into the next wave of users.

  • AI agents integrated into crypto wallets and payment networks to serve as users.
  • Kraken overhauls app to enable AI agents for real-time market monitoring and trading.
  • Circle expands Arc blockchain for agentic economy with AI agents handling operational tasks.