我目前手上兩個都有跑, qwen 3.8 flash next跑出數字如下:
[image: c00baa49-d1e6-4938-9163-97d09156a403.png]
用的是這份recipe:
https://github.com/tonyd2wild/Qwen3.8-Flash-Next-NVFP4-DGX-Spark
用他的SPEED mode, 不過把KV換成BF16, 修復prefill cache, 摘要如下:
模型與執行配置
項目
實際設定
Hugging Face model
nvidia/Qwen3.8-Flash-Next-NVFP4
Context length
262144 tokens
Max sequences
5
Tensor parallel
TP=2
Pipeline parallel
PP=1
KV cache dtype
BF16 / bfloat16
KV pool size
1,074,081 tokens(本次重啟實測)
262144-token concurrency
4.10x
KV memory
約 16.41 GiB(本次 rank 0 log)
GPU memory utilization
0.70
MTP
3 speculative tokens
Max batched tokens
4096
Prefix caching
Enabled;Mamba mode=align;實際 cache hit 已驗證
PLE
TonyD SPEED resident mode(PLE_MODE=none)
CUDA graphs
FULL_DECODE_ONLY,compile mode NONE
Container swap
禁止;兩端 memory.swap.current=0、OOM counters=0
驗收摘要
Prefix cache:實際命中 1,600 tokens,TTFT 約 2.126s → 0.860s。
Prefix correctness:cold/hit 的文字與完整 token sequence 相同;20-round growing conversation 為 20/20 文字與 tokens 相同,無 Mamba/CUDA error。
32K prefill:3,095.38 tok/s
128K prefill:3,002.73 tok/s
約 250K prefill:2,880.57 tok/s
C1 coding:50.55 tok/s;C1 reasoning:48.81 tok/s
C4 aggregate:coding 155.40 tok/s;reasoning 148.88 tok/s
目前允許最多 5 個 active sequences;既有 4×64K context + 每路 4096 forced decode 壓測已證明可維持 4 個 active sequences,尚未另跑 C5 長壓測。
Coding、reasoning、OpenAI tool/function calling round-trip 與 1-image Vision smoke 均 PASS。
兩者相較之下, 經過不同任務長時間驗證, 我感覺qwen 3.8 flash next能力比較強一點. 不過我主要是做工程方面的, 或許其他方面不一樣也不一定.