How long does it usually take for folks to make smaller distills of these models? I really want to see how this will do when brought down to a size that will run on a Macbook.
Weren't there some frameworks recently released to allow Macs to stream weights from fast SSDs and thus fit way more parameters than what would normally fit in RAM? I have never tried one yet but I am considering trying that for a medium sized model.
DeepSeek v4
161–170 of 1001 posts
Re: DeepSeek v4
#162There's something heartwarming about the developer docs being released before the flashy press release.
Where's the training data and training scripts since you are calling this open source ? Edit: it seems "open source" was edited out of the parent comment.
Re: DeepSeek v4
#163Earlier quoted context omitted.
Where's the training data and training scripts since you are calling this open source ? Edit: it seems "open source" was edited out of the parent comment.
doesn't it get tiring after a while? using the same (perceived) gotcha, over and over again, for three years now? no one is ever going to release their training data because it contains every copyrighted work in existence. everyone, even the hecking-wholesome safety-first Anthropic, is using copyrighted data without permission to train their models. there you go.
It is very much a valuable thing already, no need to taint it with wrong promise.
Though I disagree about being used if it was indeed open source: I might not do it inside my home lab today, but at least Qwen and DeepSeek would use and build on what eg. Facebook was doing with Llama, and they might be pushing the open weights model frontier forward faster.
Re: DeepSeek v4
#164https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro/blob/main... Model was released and it's amazing. Frontier level (better than Opus 4.6) at a fraction of the cost.
Is it honestly better than Opus 4.6 or just benchmaxxed? Have you done any coding with an agent harness using it? If its coding abilities are better than Claude Code with Opus 4.6 then I will definitely be switching to this model.
Re: DeepSeek v4
#165What's the current best framework to have a 'claude code' like experience with Deepseek (or in general, an open-source model), if I wanted to play?
Re: DeepSeek v4
#166Earlier quoted context omitted.
Where's the training data and training scripts since you are calling this open source ? Edit: it seems "open source" was edited out of the parent comment.
Aww yes, let me push a couple petabytes to my git repo for everyone to download...
Re: DeepSeek v4
#167This is shockingly cheap for a near frontier model. This is insane. For context, for an agent we're working on, we're using 5-mini, which is $2/1m tokens. This is $0.30/1m tokens. And it's Opus 4.6 level - this can't be real. I am uncomfortable about sending user data which may contain PII to their servers in China so I won't be using this as appealing as it sounds. I need this to come to a US-hosted environment at a…
Re: DeepSeek v4
#168I like the pelican I got out of deepseek-v4-flash more than the one I got from deepseek-v4-pro. https://simonwillison.net/2026/Apr/24/deepseek-v4/ Both generated using OpenRouter. For comparison, here's what I got from DeepSeek 3.2 back in December: https://simonwillison.net/2025/Dec/1/deepseek-v32/ And DeepSeek 3.1 in August: https://simonwillison.net/2025/Aug/22/deepseek-31/ And DeepSeek v3-0324 in March last year:…
Re: DeepSeek v4
#169Earlier quoted context omitted.
For flash? 4 bit quant, 2x 96GB gpu (fast and expensive) or 1x 96GB gpu + 128GB ram (still expensive but probably usable, if you’re patient). A mac with 256 GB memory would run it but be very slow, and so would be a 256GB ram + cheapo GPU desktop, unless you leave it running overnight. The big model? Forget it, not this decade. You can theoretically load from SSD but waiting for the reply will be a religious experien…
Flash is less than 160 GB. No need to quantize to fit in 2x 96 GB. Not sure how much context fits in 30 GB, but it should be a good amount.