Back
RCreddit.com
16
·13 hr ago·Dev community · RSS

DeepSeek-V4-Flash vs. GLM-5.3-Flash on 2× DGX Spark

View original
DeepSeek

Heat trend

Collecting trend data

The percentage is based on available heat signal, not comment count or independent people.

AI summary

A user compared DeepSeek-V4-Flash and GLM-5.3-Flash on two Asus Ascent GX10s, which are equivalent to 2x DGX Spark systems. The user is currently testing and tweaking the GLM-5.3-Flash (RedHatAI/GLM-5.3-Flash-NVFP4) setup to eliminate artifacts. While the GLM setup feels messier than DeepSeek, proper configuration is expected to yield more reliable outputs with superior vision capabilities.

I've tried both and been having this debate with myself for the last few days, on two Asus Ascent GX10s (effectively the same as 2x DGX Spark):

- DeepSeek-V4-Flash-0731 (official weights)

- GLM-5.3-Flash (RedHatAI/GLM-5.3-Flash-NVFP4)

Have any of you guys also tried both on this hardware (2x DGX Spark / Asus Ascent GX10), and what are your use cases and findings?

DeepSeek runs with more tokens/s… but GLM feels like the better tool for how I actually work.

I'll share my experience.

Where DeepSeek wins:

- It feels better, because it's the original official weights.

- Much faster token generation, though not actually faster to a final result.

- It's excellent at open-ended research, pulling and chaining sources on its own.

- Huge context (~1M tokens).

Where GLM wins:

- Comes to conclusions faster, and often gets them more right.

- Much better writing, especially in languages other than English and Chinese. That matters a lot for writing letters.

- Much better at "extracting the essence of a text".

- Superb vision. DeepSeek's Vision-Exp model can read images just well enough to score on benchmarks, but not nearly well enough for real OCR / text extraction (its vision input is token-limited to 384 tokens, which renders images unsharp and text unreadable).

- Considerably better benchmark results, at least for the full model, though I'm running a quantized build, so the numbers may not carry over directly. But my empirical results prove it gets better results with fewer instructions.

- Hallucinates much less. That's the decisive one for me: I can't run a "test and improve" loop on text like you could on code, so office work and letters depend on one-shot accuracy and a low hallucination rate.

The core problem: there's no GLM build that runs on 2x DGX Spark with official weights. I wish there were.

So I keep testing and tweaking the GLM setup to get rid of the artifacts (which should be possible, per various sources). It feels a bit more messy than the DeepSeek setup, but if I manage to configure it correctly it should give more reliable outputs, with far better vision on top.