Running local models is good now
vickiboykis.com
Running local models is good now
1–10 of 651 posts
Re: Running local models is good now
#2Re: Running local models is good now
#3LOL - some of us have a budget
Re: Running local models is good now
#4Running locally is the bar; it's hard to make these things a service which scales.
Re: Running local models is good now
#5Currently maxing out two Claude code accounts every x hours when working on large code migrations or setting up new iOS apps etc - most of time it’s fine but occasionally it’s mega frustrating!
Re: Running local models is good now
#6"Just get a 64GB Mac with 1TB of storage!" LOL - some of us have a budget
Re: Running local models is good now
#7Re: Running local models is good now
#8But, for smaller more well-defined workflows, or as straight "edit this part to be like this exact" edits, they seem more than enough. Still waiting for them to become mature enough to be able to replace what we have as SOTA today, I'd say it's ready to be switched over then.
Speaking of local models, DiffusionGemma (and diffusion models in general) should not be slept on for local usage! Usually the problem locally is that the LLMs aren't efficiently making use of your hardware, unless you start batching requests and run many at the same time, but that require different approaches in general. Instead, diffusion models work much faster for individual prompts, and not by a small margin either.
Today I finally finished porting diffusiongemma-26B-A4B-it support from Transformers into Candle, and together with some optimizations I now have it basically flying with ~450 tok/s (~19 it/s) in Candle during inference, instead of ~180 tok/s (~11 it/s) from HF's Transformers library. Even using vLLM with similar sized LLMs, I don't think I've ever gotten past the ~250 tok/s threshold for single prompts, exciting stuff for local models :)
Re: Running local models is good now
#9"Just get a 64GB Mac with 1TB of storage!" LOL - some of us have a budget
Re: Running local models is good now
#10"Just get a 64GB Mac with 1TB of storage!" LOL - some of us have a budget
Besides those with effectively unlimited budgets for their personal compute, local models are still a long ways off.
Though, that shouldn't be conflated with the value of open-source models, which can be used by cloud providers to significantly reduce cost of intelligence.