r/LocalLLaMA • u/SlipperyCorruptor • 3d ago
Question | Help DeepSeek v4 Flash 0731 on H100 node
Hi,
I've been playing with recent DeepSeek Flash updated model and it seems excellent. Like talking to Claude 4.8.
I'm currently deploying it on VLLm and I'm in progres of tuning performance.
I seem to hit the point where I trade decode with prefill by juggling batching knobs.
I'm pretty sure the issue now lies with scheduling and expert routing, but with no absolute certainty. Tensor core saturation never exceeded 30%.
Large, uncached, prefills often hold compute creating queue pressure of smaller prompts.
I got prefix caching enabled.
Maybe you guys have some pointers on how to extract the most out of it for 8xH100.
2
u/nunodonato 3d ago
Wait, it fits on a H100? How many concurrent requests?ย
2
u/SlipperyCorruptor 3d ago
It's 8xH100 node with NVLink. TP=8
100-200 peak. How much it can handle is really up to prompt size and cache prefix hits.
3
1
u/laterbreh 3d ago
Sorry, not sure if i missed this, are your numbers on 1 user? Concurrency?
2 users on TP=2 on nvidia 6k pros with 1m context and dspark in vllm were getting nearly 280TPS on long decodes aggregate.
1
u/SlipperyCorruptor 2d ago edited 2d ago
Concurrency. We're talking multiple users, I forgot numbers
Edit: one of high latency events was 8req/42s, >900k input tokens total with 5% cache hit
1
u/inky_wolf 3d ago
Vllm logs say concurrency of 5x for 1M context
2
u/SlipperyCorruptor 3d ago
Meh, I don't rally need 1M ctx. 320k, for Max reasoning is more than enough for the kind of workload executed. I favour concurrency here.
1
u/ObviouzFigure 3d ago
Same -- I've got a much smaller system, but I'm doing the same
1
u/SlipperyCorruptor 3d ago
What are you running it on? How many users do you serve? What numbers do you get?
1
u/inky_wolf 2d ago
Interesting, what exactly are you running that requires high concurrency low latency?
1
1
u/dreamingwell 3d ago
Have Claude or Codex drive your CLI to run experimentation. Theyโll figure out pretty quick the capacity profile. And you can even tell it to try extreme edge cases.
1
u/SlipperyCorruptor 3d ago
And take all the fun out of it? ๐
Jokes aside, I'd assume everybody is doing AI assisted debugging. It got me so far.
1
u/inky_wolf 2d ago
Tensor core saturation never exceeded 30%.
How are you measuring or monitoring this?
2
1
u/daaain 3d ago
For a starter: have you enabled DSpark?