I ran a local LLM on my underpowered Chromebook, and it actually works
…Setting up my Chromebook with a local LLM Getting it running through Android The obvious path here is Termux, which would let me drop in llama.cpp or Ollama and run a…
Tracked topic
Gemma is a family of open-weight language models released by Google for text generation and related NLP tasks.
…Setting up my Chromebook with a local LLM Getting it running through Android The obvious path here is Termux, which would let me drop in llama.cpp or Ollama and run a…
…For the last few years, the path to running bigger models locally was simply buying a card with more VRAM. That path has quietly hit a wall in recent years. Consumer VRAM…
…Literally all it took was downloading, unzipping, running one command in the terminal, and that's it. llama.cpp is an open-source C++ runtime for running large language models locally, built…
…centered around my local models Besides my coding tasks, LLMs are just as valuable for my FOSS arsenal. For example, I’ve connected the llama-server running Gemma4-26B-A4B to my…
…None of this would normally be a great week, but I got more done than I expected to, and most of that comes down to having a local LLM setup that runs…
…After migrating through a bunch of setups, I’ve honed in on a local LLM server running on my old Proxmox workstation, and it works surprisingly well for everything from simple prompting…
…Related I replaced ChatGPT and Claude with this powerful local LLM and saved over $20 a month while gaining full control Qwen3.6 runs on my old GPU and does what ChatGPT…
…835, which is pretty solid. Gemma 3 4B got 0.733. Llama 3.2 3B got 0.727. These are all local models you can run on consumer hardware. And then there…
…Right now, AI is designed to run in the cloud. Running it locally is cool, but it's not fully there yet. Once the technology improves, however, I could really see running…
…For the local model, I had LM Studio already running with Gemma 4 E4B loaded. If you're doing the same, just flip on "Serve on Local Network" so Docker can actually…