PSA: Upscaling Gemma 4 requires a proportional layer_scalar adjustment
A lot of people seem to be confused or mystified about this so figured I'd spell it out. I played around with RYS and realized that…
A lot of people seem to be confused or mystified about this so figured I'd spell it out. I played around with RYS and realized that…
Here's the setup I decided on for embedding gemma4-12b into a Tauri2 desktop app: Native Rust FFI into llama.cpp via llama-cpp-2 (Metal enabled) Model:gemma-4-12b-it-Q5_K_S quantized by…
I was in a middle of a Claude Code session with GLM 5.2. Context usage 537k/1M. After finishing a task, GLM asked me this: Context note:…
Visual generative models are typically trained in two stages. A tokenizer is first trained for reconstruction and then frozen, after which a generator is trained on…
Block Diffusion Language Models (BD-LMs) improve diffusion-based text generation with KV caching and flexible-length generation. A natural next step is to extend them from Single-Block Diffusion…
Everyone under the sun says "it's free after you buy the hardware" and skips the electricity bill. Ran the numbers against a mid tier subscription to…
We’re seeing all these performance boosts coming to inference lately with things like dSpark, dllash, MTP, etc. and I know the whole model spillover-to-disk has always…
Yesterday there was a message that you can increase the context for Deepseek Flash. But it turned out that everything works for Gemma4 too! function dockergemma…
TabFM is a zero-shot tabular foundation model from Google Research. It supports classification and regression on structured/tabular data with mixed numerical and categorical columns, requiring no…
If you run local models for coding, feeding them repo context without blowing the context window is half the battle. I built basemind to index a…