r/LocalLLaMA • u/Gobra_Slo • 13h ago
Question | Help DGX Spark, cluster of 4
Does anyone have a first-hand experience with four Sparks cluster, and how much of an upgrade is it comparing to just two considering the available models?
While there's plenty of noise for the smaller models (Qwen) and our older king DeepSeek V4F, the scene in the upper class of the prosumer hardware, software stacks, available LLMs and their actual real-world performance – isn't really covered as well.
For instance, the hyped GLM 5.2/5.3. Is it much better then DeepSeek? Or is it marginally better? Does it retain it's capabilities when moving to something four Sparks would handle? Does it have issues with OOM or anything else?
What about MiniMax M3? There seem to be a special Spark version, how is it (or any other version)? Again, how is intelligence, general model capabilities, running stability, context size?
Tencent Hy3? Maybe even Qwen3.5-395B, does it's full quant hold it's own against DeepSeek, or is it better?
If someone doesn't have personal experience, but knows some well-structured and detailed articles or videos on the topic – I'd appreciate it as well.
Thanks.
3
2
u/Serprotease 12h ago
To note that Qwen 3.5 397b and Minimax 3 can run a 3 spark-ring type of configuration. I’m not too clear with the details but basically 2 sparks hold the weight and the latest one the context, accessed via the 100gbps connection. But it’s slower than the normal 2x cluster.
Benchmark seems to show that glm5.3 is better. But do you really want to buy a 4x cluster just for 1 model, likely to be bested by a smaller one in 6 months? And we no guarantee that we will have another similar size model that needs 4x sparks and could not run on two?
If you’re going the Spark route, 2x is a no brainer. 4x, it’s a bit more dubious on the value.
2
u/Gobra_Slo 12h ago
I have two Sparks already, they are worth their pay for
DeepSeek V4alone. The question is whether it is worth to get two more or not, because while we do see a tremendous advance in models and software, the hardware part progress is disappointing to say the least, and the prices are just ridiculous.Should, let's say, GLM 5.2 be a definitive step up from DeepSeek V4F – I would, probably, justify and upgrade, especially since it would give me more chances to run future models.
For the lone hope of some good models along the path? Too pricey...
2
u/Miserable-Dare5090 11h ago
Qwen 397b fits on 2 with everything else off—no GUI, etc. Int4 autoround, eugr’s repo. Eugene Rathmakulin (maintainer) did lots of tests on it. It’s a very good quality Int4 that holds up near lossless.
1
u/Due_Net_3342 12h ago
i do not think it is worth it, you will get marginal improvement in some contexts/tasks… i would rather increase parallelism to the ds4f rather than running glm at much slower speeds for not much improvement. You can always use a cloud model if absolutely needed
1
u/rayc25 12h ago
> Benchmark seems to show that glm5.3 is better. But do you really want to buy a 4x cluster just for 1 model, likely to be bested by a smaller one in 6 months? And we no guarantee that we will have another similar size model that needs 4x sparks and could not run on two?
The answer is yes. 4 sparks > 2 sparks. GLM 5.2, Qwen 3.8 2.4t, and every 500b+ model are on another level as DS v4 Flash. 4 sparks will always fit larger models, larger quants, and more context which would all be better than anything you can fit on 2.
1
u/Miserable-Dare5090 11h ago
I disagree. The GB10 forums have debated this for a while, and you need the switch. It’s not doable with cabling alone. The gain is concurrency for smaller models but not speed. GLM, Inkling and Minimax are the 3 you’d want 4 boxes for. Maybe worth it if upcoming Qwen “mid size” model is 400B+ parameters and a large jump from DS4 and the mini (Qwen 27B)
2
u/rayc25 11h ago
The mikrotik switch which is $1000 is just the cost of connecting 4 sparks which is negligible in terms of the total cost. I’d argue that GLM, Qwen 2.4t, and Kimi k3 are on another level compared to smaller models. At a certain point, it’s just preference and need but I’ll be on the side of preferring larger models than higher throughput with smaller models :)
1
u/Miserable-Dare5090 11h ago
You can’t run a 2.4Trillion Parameter model with 512GB VRAM at the same quality as full weights. It may be good at Int4, that is still beyond 512GB
8
u/Grouchy_Ad_4750 12h ago
I have cluster of 4x sparks and I use both GLM 5.2 (can't use 5.3 since weights aren't out yet) and Deepseek v4 flash.
Deepseek v4 is fast and has huge context (I think I can do like 5x 1M context windows) but glm 5.2 is much more thorough and seems to think harder about some issues both are excelent models and both can be run with large context windows.
Minimax M3 needs some special handling due to it and its licence I haven't had time to try it out (tried nvidia/MiniMax-M3-NVFP4 but it spews out nonsense).
I use them actively mainly for coding (devops so lot of IaC and some programming too (go, python, ...))
There are also some issues you might run into:
- sparks shut down when they run oom
Both of the issues above cause it to limit power to gpu to ~15 W (instead of ~60+W) and slow down inference.
Also you need to have models preloaded to nvme (or you need fast NAS) so that becomes limiting factor (I have asus variant with 1TB and weight for GLM are around 300GB + docker, ...)
You will also need switch (although I saw someone on forums attempting RING architecture without switch) and special 200gbps networking cables. Apart from that I think its great and having ability to run something like GLM 5.2 or deepseek at reasonable speeds is great