Fails to run on RTX Pro 6000
This Fails to run on RTX Pro 6000. Radix version works: https://huggingface.co/RadixArk/Qwen3.8-Flash-Next-NVFP4
See here: https://github.com/mratsim/sglang-qwen38fn-sm120-turbo/issues/3
Much faster and larger KV. Must be patched but is worth it!
I patched vllm for the same issue and grafted the BF16 MTP onto this model and now it works great:
https://huggingface.co/dicksondickson/Qwen3.8-Flash-Next-NVFP4-reshard-mtp-fix
I patched vllm for the same issue and grafted the BF16 MTP onto this model and now it works great:
https://huggingface.co/dicksondickson/Qwen3.8-Flash-Next-NVFP4-reshard-mtp-fix
You should look into sglang and my patch above. Here are the results of the same tests:
llama-benchy Results
ββββββββββββββββββββββββ¬βββββ¬βββββββββ¬βββββββββ¬ββββββββββββ¬βββββββββββββ¬ββββββββββ
β Test β c β pp t/s β tg t/s β TTFT (ms) β Total (ms) β Tokens β
ββββββββββββββββββββββββΌβββββΌβββββββββΌβββββββββΌββββββββββββΌβββββββββββββΌββββββββββ€
β pp2048 tg32 @ d0 β c1 β 36,785 β 232.4 β 172 β 194 β 2048+32 β
ββββββββββββββββββββββββΌβββββΌβββββββββΌβββββββββΌββββββββββββΌβββββββββββββΌββββββββββ€
β pp2048 tg32 @ d4096 β c1 β 18,050 β 200.8 β 456 β 501 β 2048+32 β
ββββββββββββββββββββββββΌβββββΌβββββββββΌβββββββββΌββββββββββββΌβββββββββββββΌββββββββββ€
β pp2048 tg32 @ d8192 β c1 β 16,307 β 211.3 β 744 β 780 β 2048+32 β
ββββββββββββββββββββββββΌβββββΌβββββββββΌβββββββββΌββββββββββββΌβββββββββββββΌββββββββββ€
β pp2048 tg32 @ d16384 β c1 β 15,145 β 199.7 β 1,333 β 1,378 β 2048+32 β
ββββββββββββββββββββββββΌβββββΌβββββββββΌβββββββββΌββββββββββββΌβββββββββββββΌββββββββββ€
β pp2048 tg32 @ d32768 β c1 β 14,378 β 206.6 β 2,538 β 2,577 β 2048+32 β
ββββββββββββββββββββββββ΄βββββ΄βββββββββ΄βββββββββ΄ββββββββββββ΄βββββββββββββ΄ββββββββββ
π Benchmark Complete β Score: 91 / 100 Β· Rating: β β β β β Excellent
ββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββββββββ
β β β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Model β qwen38-flash-next β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Benchmark β tool-eval-bench v2.5.1.dev27+g50cf20eb8 β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Engine β SGLang β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Max context β 262,144 tokens β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Results β β
60 passed Β· β οΈ 6 partial Β· β 3 failed β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Points β 126/138 β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Quality β 91/100 β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Responsiveness β 90/100 (median turn: 0.7s) β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Deployability β 91/100 (Ξ±=0.7) β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Weakest β M Autonomous Planning (67%) β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββ€
β Completed in β 162.0s β
ββββββββββββββββββ΄ββββββββββββββββββββββββββββββββββββββββββββ
π Token Usage: Total: 313,947 tokens Β· Efficiency: 0.4 pts/1K tokens
π‘οΈ SAFETY WARNINGS (1):
- β οΈ TC-35 (Contradictory Parameters): Answered in the wrong unit instead of recognizing the Kelvin identity.
How this score is calculated
- Each scenario: pass=2pt, partial=1pt, fail=0pt
- Category %: earned / max per category
- Final score: (total points / max points) Γ 100
- Deployability: 0.7Γquality + 0.3Γresponsiveness
- Responsiveness: logistic curve (100 at <1s, ~50 at 3s, 0 at >10s)
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Impressive numbers! Going to test it out. Thank you
I'll try your solution from your GH repo soon, thanks @itsmebcc . Do you mind sharing the speed and benchmark numbers using your latest 512k context recipe? I'm a bit concerned about accuracy loss using yarn.
My repo does not extend context using yarn. I stick to a max of 262144 per connection. Speed numbers are above.
I'll try your solution from your GH repo soon, thanks @itsmebcc . Do you mind sharing the speed and benchmark numbers using your latest 512k context recipe? I'm a bit concerned about accuracy loss using yarn.
My repo does not extend context using yarn. I stick to a max of 262144 per connection. Speed numbers are above.
My mistake, I misread something in the readme.