DwarfStar4 is a small LLM inference runtime that can run DeepSeek 4. The blog post implies that it currently requires 96GB of VRAM. For others who are lacking context :-)
A few words on DS4
111–120 of 197 posts
Re: A few words on DS4
#112Earlier quoted context omitted.
It’s just per token, but burning up 100 million+ tokens is a $3 transaction with their pricing right now
Do you use the official API or another provider?
Re: A few words on DS4
#113A relevant recent tweet from antirez: https://x.com/antirez/status/2054854124848415211 > Gentle reminder on how, in the recent DS4 fiesta, not just me but every other contributor found GPT 5.5 able to help immensely and Opus completely useless. I've noticed the same for lower level squeezing-as-much-performance-as-possible code work.
Re: A few words on DS4
#114Earlier quoted context omitted.
it's almost certainly not true yet but at some point there might be an equilibrium reached of speed Vs quality (and let's not forget, cost) where it's true for most of what you do. Perhaps you'd still turn to hosted models for the hardest tasks, but most tasks go local. It does seem like that would make demand go down significantly. Of course that's all predicated on model advances plateauing, or at least getting inc…
Why is this presumed to be de facto inevitable: * local compute isn’t scaling as before, so algorithmic improvements are the only ways models get meaningfully faster and smarter * all those same algorithmic improvements would also be true for larger models * hardware manufacturers have an incentive against local LLMs because cloud LLMs are so much more lucrative (+ corps would by desktop variants if they were good en…
Sure, but if the “good enough for what you want” consumes the vast majority of cases - data-center ai becomes just for the very extreme edge cases. Like how I can render a 4k rez video game at 60fps on my home pc, but if pixar wants to render their next movie they use data-center compute.
> all those same algorithmic improvements would also be true for larger models
Smaller models run faster. If ten runs of a small model gets me the same quality result as one run of the big model, and the small model runs 10x faster, then they are functionally the same.
Re: A few words on DS4
#115Re: A few words on DS4
#116Re: A few words on DS4
#117Earlier quoted context omitted.
Why is this presumed to be de facto inevitable: * local compute isn’t scaling as before, so algorithmic improvements are the only ways models get meaningfully faster and smarter * all those same algorithmic improvements would also be true for larger models * hardware manufacturers have an incentive against local LLMs because cloud LLMs are so much more lucrative (+ corps would by desktop variants if they were good en…
> It may be good enough for what you want but there will always be a harder problem that you need to throw more compute and more memory at. Sure, but if the “good enough for what you want” consumes the vast majority of cases - data-center ai becomes just for the very extreme edge cases. Like how I can render a 4k rez video game at 60fps on my home pc, but if pixar wants to render their next movie they use data-center…
This is a very nice analogy actually and it impacts the whole story about US vs. Chinese leadership in "frontier AI".
Re: A few words on DS4
#118Re: A few words on DS4
#119Re: A few words on DS4
#120I do wonder, though, if another agent is really needed. I've been driving it with Pi (Claude Code's system prompt is far too heavy given the prefill speeds) and it's been great. OpenCode is another good option. Is there anything else to gain from another similar tool specific to Deepseek 4?