I implemented a modern LLM in 700 lines of C (www.reddit.comhttps)
model roundup
Gemma 4
-
I’ve been working on a small project called gemma4.c. The idea is pretty simple: you can download a modern language model, compile one 700-line C file, and have it generate text on an ordinary CPU.
-
Gemma 4 E2B inference in 700 lines of C (github.com via hn)
gemma4.c Gemma 4 E2B CPU inference in 700 lines of pure C. An educational project made to understand how LLM inference works.
-
12 abliterated Gemma 4 12B variants, one base, 165 GPU hours - Abliterlitics (www.reddit.com via reddit)
I ran 11 uncensored variants of Gemma 4 12B that I grabbed from huggingface, sorting by downloads. 10 full abliterations plus 2 LoRA adapters which were requested to be added in the comparison, against the official base.
-
What it takes to run Gemma 4 E4B on an iPhone (amoli.app via hn)
I spent the last several months building a photo journal that runs a full multimodal LLM — Gemma 4 E4B — entirely on an iPhone. No cloud inference, no accounts, no analytics, full privacy; the App Store privacy label is "Data Not Collected…
-
Best model for 16gb ram Mac (www.reddit.com via reddit)
Hi everybody! Every now and then these days, we’re seeing really huge open-weight models popping up.
-
Ling Tiny, King of Speed (www.reddit.comhttps)
Ling Tiny has now replaced Gemma4-12B in my rig as an auxiliary model doing hindsight operations. This is on a 4060Ti, which is a reasonable GPU available out there, and the speed is phenomenal.
-
Gemma 12B is obviously a very well trained model, I always thought the fine tuning they did on it wasn't really cut out for agentic coding. From my own experiences it struggles to use the tools it's given from Github Copilot and is also ve…
-
Your own GGUF (www.reddit.com via reddit)
Hello, I have a few questions that I can't seem to find a clear answer to. Does it make sense to make your own GGUF?
-
Gemma is Google DeepMind's family of lightweight, state-of-the-art open models. Contents Start Here Models Core Models Variants Inference Local Hosted Fine-Tune Tutorials Demos and Applications Gemma 4 Good Challenge Gemma in Space Researc…
-
Apertura A from-scratch Objective-C++ / MLX rebuild of Google's Gemma-4 for Apple Silicon — built to be inspected, observed, and experimented with. Most language models are run behind glass: you send a prompt and get an answer, with no way…