
antirez
@antirez • 80,132 subscribers
Reproducible bugs are candies. I like programming too much for not liking automatic programming.
Shorts
Videos

DeepSeek v4 PRO running via SSD streaming on my 128GB MacBook m5 max. 1.6 trillion parameters.
antirez275,713 views • 3 months ago

If you need AI to do a search for you in the real world, ds4-agent is basically SOTA, because it can access the web sites without any limitations given that it uses your local Chrome browser (no, not in headless mode, that's the trick...), and DeepSeek v4 is great at search.
antirez149,921 views • 2 months ago

DGX Station: this is just the start of what it is possible to do (and why I claim DwarfStar could be *the* Station inference engine). DeepSeek v4 PRO Q2 with routed experts split among VRAM / RAM with kernels optimized for this peculiar setup. 45 t/s but can go faster.
antirez41,545 views • 23 days ago

I didn't expect DeepSeek v4 PRO (not Flash) to run well on the Mac Studio M3 Ultra with 512GB of RAM. This is 2 bit quantized with the same DwarfStar recipe used for Flash. 433GB GGUF file. 130 t/s prefill, 13 t/s generation. Prefill in the video is low because small prompt.
antirez171,478 views • 3 months ago

DeepSeek v4 PRO running in DwarfStar on a DGX Station. Can go faster, already peaks 50 t/s without DSpark: dynamic VRAM/RAM allocation of experts based on past statistics, 4k t/s prefill on big chunks. VRAM/RAM layer-major streaming. Mixed RAM/VRAM inference requires care.
antirez26,598 views • 22 days ago

Only 10 steps in this example to make the video short, yet H3 is quite fun.
antirez26,809 views • 1 month ago

DS4 running on DGX Spark (GB10 / CUDA), private branch for now. 12 tokens/sec, the memory bandwidth is limited in this system, at 270GB/sec. But prefill is ways more alighed to M3 Max at ~200 t/s. I'll release when more mature, but it is almost sure that it will get merged.
antirez84,127 views • 4 months ago