jacklarmer
@jacklarmer · Member since 2026
Submissions 47 | Models 22 | Avg out 105 | Avg prefill 7075.9 | Avg total 361.2 | Avg TTFT 1106.1ms | HW configs 6 | Reactions 1 |
Personal bests22
Fastest approved result for each model.
vllm · FP8 · 1w ago
vllm · FP8 · today
vllm · MXFP4 · 1w ago
vllm · NVFP4 · 1d ago
vllm · NVFP4 · 1w ago
vllm · AWQ · 1w ago
llama.cpp · Q4_K_M · 1w ago
vllm · NVFP4 · today
Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF
lmstudio-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUFllama.cpp · Q4_K_M · 1w ago
vllm · NVFP4 · 1d ago
vllm · MXFP8-NVFP4-NF3-Hybrid · 1d ago
Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive
HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressivellama.cpp · Q6_K_P · 1w ago
vllm · MXFP8-NVFP4-NF3-Hybrid · 1d ago
vllm · NVFP4 · 1w ago
mlx · 4bit-affine-gs64 · 5d ago
vllm · FP8 · 5d ago
llama.cpp · UD-Q2_K_MXFP4 · 1d ago
vllm · INT4 · 1d ago
llama.cpp · Q4_K_M · 1w ago
vllm · BF16 · 1d ago
Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF
huihui-ai/Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUFllama.cpp · Q2 · 1w ago
vllm · MXFP4 · today
Hardware breakdown6
Distinct rigs used across approved submissions.
GB10 Grace Blackwell 128GB
19 runs · best 359.2 tok/s
RTX PRO 6000 Blackwell 96GB ×4
11 runs · best 345.8 tok/s
M5 Max 128GB
10 runs · best 138.6 tok/s
GB10 Grace Blackwell 121GB
5 runs · best 55.1 tok/s
GB10 Grace Blackwell 768GB
1 run · best 2.2 tok/s
RTX PRO 6000 Blackwell 384GB ×4
1 run · best 118.2 tok/s
Engines used3
Runtime mix and top quantizations.
All runs47
Full approved benchmark history.
304B MoE · Deepseek
345.8
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · FP8
137ms
2k · today
Show all run details
Model
deepseek-ai/DeepSeek-V4-Flash-0731
Display name
DeepSeek-V4-Flash-0731
Base model
—
Revision
main
Family
Deepseek
Parameters
304B
Active params
—
MoE
yes
Output tok/s
345.8
Prefill tok/s
618.8
Total tok/s
369.6
TTFT
137.4ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
85
Output tokens
512
Prefill tokens
—
Context length
2048
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
no
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.9
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
1
Spec decoding
yes
Spec method
dspark
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
docker compose up -d # vLLM 0.11.2.dev279+...b12x7bfc945.cu132 (SparkInfer/B12X 0.30.0) vllm serve /model --served-model-name DeepSeek-V4-Flash-0731 --trust-remote-code \ --tensor-parallel-size 4 --kv-cache-dtype fp8_ds_mla --moe-backend b12x \ --load-format safetensors -cc.pass_config.fuse_allreduce_rms=True \ --gpu-memory-utilization 0.90 --max-model-len 262144 --max-num-seqs 8 \ --max-num-batched-tokens 8192 --block-size 256 --max-cudagraph-capture-size 48 \ --async-scheduling --enable-chunked-prefill --enable-auto-tool-choice \ --tokenizer-mode deepseek_v4 --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 \ --speculative-config '{"method":"dspark","num_speculative_tokens":5,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' env: CUTE_DSL_ARCH=sm_120a VLLM_USE_V2_MODEL_RUNNER=1 VLLM_USE_B12X_MOE=1 VLLM_USE_B12X_SPARSE_INDEXER=1 VLLM_USE_B12X_FP8_GEMM=0 B12X_DENSE_SPLITK_TURBO=1 B12X_MLA_SM120_PREFILL_F16_ROPE=1 NCCL_P2P_DISABLE=1 NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=SYS NCCL_PROTO=LL,LL128,Simple VLLM_ENABLE_PCIE_ALLREDUCE=0 Notes for anyone reproducing on 4x RTX PRO 6000 Blackwell (SM120): * --block-size 16 is INVALID for the DS-MLA layout: fails several minutes into boot with assert max(sm_page_sizes) <= max(all_page_sizes) in kv_cache_utils.py. Use 256. * DSpark requires decode-context-parallel-size 1. GLM-5.2 profiles use DCP4; DeepSeek cannot. * DeepseekV4 ds_mla accepts fp8_ds_mla only; nvfp4_ds_mla asserts. NVFP4 KV is unsupported on SM120 entirely (vLLM #43562 - trtllm-gen FP4 FMHA is SM100/103 only). * VLLM_USE_B12X_FP8_GEMM must be 0 with DSpark or deep_gemm fp8_einsum hits a layout assert. * --attention-backend B12X_MLA_SPARSE is NOT used: SparkInfer 0.30.0's DSV4 topk-128 MG prefill dispatcher passes scale_format= to io_issue_gather_dsv4_nope(), which rejects it. * Threadripper PRO topology deadlocks on PCIe P2P; NCCL_P2P_DISABLE=1 is mandatory. * Tuning result: breakable_cudagraph=0, moe_force_a16=1, wo_projection=1, gpu_mem_util=0.95 and max_num_seqs=16 were each measured and each LOST to this baseline (347.8-354.8 vs 357.9 on code@temp0). The +28.6% breakable-cudagraph win reported on GB10/SM121 does not transfer to SM120. * Workload dominates every flag. Measured on this exact server with the lmx harness (2 warmups + 5 timed iterations, median) varying ONLY the prompt: default lmx prompt (25 tok, generic prose) -> 225.0 tok/s code-generation prompt (85 tok, this run) -> 345.8 tok/s A separate harness on a comparable code prompt independently measured 345.4 tok/s. With DSpark, tok/s ~= steps/s * (1 + accepted draft tokens); acceptance is far higher on deterministic code than on open-ended prose. THIS SUBMISSION USED THE CODE PROMPT. Compare against entries that used the default prompt accordingly.
Extra flags
SparkInfer/B12X 0.30.0 MoE backend; --block-size 256; --max-cudagraph-capture-size 48; --async-scheduling; CUTE_DSL_ARCH=sm_120a; NCCL_P2P_DISABLE=1 (PCIe-only host, no P2P)
Notes
—
Reactions
🚀
Submitted
Aug 1, 2026, 8:48 PM
Last edited
—
304B MoE · Deepseek
225.0
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · FP8
51ms
2k · today
Show all run details
Model
deepseek-ai/DeepSeek-V4-Flash-0731
Display name
DeepSeek-V4-Flash-0731
Base model
—
Revision
main
Family
Deepseek
Parameters
304B
Active params
—
MoE
yes
Output tok/s
225
Prefill tok/s
490.1
Total tok/s
231.3
TTFT
51.0ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
25
Output tokens
512
Prefill tokens
—
Context length
2048
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
no
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.9
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
1
Spec decoding
yes
Spec method
dspark
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
docker compose up -d # vLLM 0.11.2.dev279+...b12x7bfc945.cu132 (SparkInfer/B12X 0.30.0) vllm serve /model --served-model-name DeepSeek-V4-Flash-0731 --trust-remote-code \ --tensor-parallel-size 4 --kv-cache-dtype fp8_ds_mla --moe-backend b12x \ --load-format safetensors -cc.pass_config.fuse_allreduce_rms=True \ --gpu-memory-utilization 0.90 --max-model-len 262144 --max-num-seqs 8 \ --max-num-batched-tokens 8192 --block-size 256 --max-cudagraph-capture-size 48 \ --async-scheduling --enable-chunked-prefill --enable-auto-tool-choice \ --tokenizer-mode deepseek_v4 --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 \ --speculative-config '{"method":"dspark","num_speculative_tokens":5,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' env: CUTE_DSL_ARCH=sm_120a VLLM_USE_V2_MODEL_RUNNER=1 VLLM_USE_B12X_MOE=1 VLLM_USE_B12X_SPARSE_INDEXER=1 VLLM_USE_B12X_FP8_GEMM=0 B12X_DENSE_SPLITK_TURBO=1 B12X_MLA_SM120_PREFILL_F16_ROPE=1 NCCL_P2P_DISABLE=1 NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=SYS NCCL_PROTO=LL,LL128,Simple VLLM_ENABLE_PCIE_ALLREDUCE=0 Notes for anyone reproducing on 4x RTX PRO 6000 Blackwell (SM120): * --block-size 16 is INVALID for the DS-MLA layout: fails several minutes into boot with assert max(sm_page_sizes) <= max(all_page_sizes) in kv_cache_utils.py. Use 256. * DSpark requires decode-context-parallel-size 1. GLM-5.2 profiles use DCP4; DeepSeek cannot. * DeepseekV4 ds_mla accepts fp8_ds_mla only; nvfp4_ds_mla asserts. NVFP4 KV is unsupported on SM120 entirely (vLLM #43562 - trtllm-gen FP4 FMHA is SM100/103 only). * VLLM_USE_B12X_FP8_GEMM must be 0 with DSpark or deep_gemm fp8_einsum hits a layout assert. * --attention-backend B12X_MLA_SPARSE is NOT used: SparkInfer 0.30.0's DSV4 topk-128 MG prefill dispatcher passes scale_format= to io_issue_gather_dsv4_nope(), which rejects it. * Threadripper PRO topology deadlocks on PCIe P2P; NCCL_P2P_DISABLE=1 is mandatory. * Tuning result: breakable_cudagraph=0, moe_force_a16=1, wo_projection=1, gpu_mem_util=0.95 and max_num_seqs=16 were each measured and each LOST to this baseline (347.8-354.8 vs 357.9 on code@temp0). The +28.6% breakable-cudagraph win reported on GB10/SM121 does not transfer to SM120. * Workload dominates every flag: code@temp0 ~345-358 tok/s vs prose ~250-283 tok/s on this exact server. Draft acceptance is far higher on code.
Extra flags
SparkInfer/B12X 0.30.0 MoE backend; --block-size 256; --max-cudagraph-capture-size 48; --async-scheduling; CUTE_DSL_ARCH=sm_120a; NCCL_P2P_DISABLE=1 (PCIe-only host, no P2P)
Notes
—
Reactions
—
Submitted
Aug 1, 2026, 8:26 PM
Last edited
—
2780B MoE
2.2
tok/s
GB10 Grace Blackwell 768GB
vllm · MXFP4
1850ms
4k · today
Show all run details
Model
runrunway/Kimi-K3-REAP-224experts
Display name
Kimi-K3-REAP-224experts
Base model
Kimi-K3
Revision
56d996a3b496df7641c428130c07174ebaa36c24
Family
—
Parameters
2780B
Active params
—
MoE
yes
Output tok/s
2.2
Prefill tok/s
97.3
Total tok/s
8.0
TTFT
1849.9ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
180
Output tokens
64
Prefill tokens
—
Context length
4096
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 768GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
768GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04 / Ray 2.56.1 / QSFP fabric
Power
—
Engine
vllm
Engine version
—
Quantization
MXFP4
Backend
cuda
Tensor parallel
2
Pipeline parallel
3
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.85
Max running seqs
1
Scheduler delay
—
Num parallel
—
Concurrency
1
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve runrunway/Kimi-K3-REAP-224experts --tensor-parallel-size 2 --pipeline-parallel-size 3 --enable-expert-parallel --max-model-len 4096 --gpu-memory-utilization 0.85 --enable-prefix-caching
Extra flags
--enable-expert-parallel --max-model-len 4096
Notes
Six NVIDIA GB10 unified-memory Spark nodes (ee76, f041, b0a8, f283, bf93, cbf2), 6x128 GB = 768 GB total, joined over QSFP. Ray 2.56.1 with vLLM image riverhouse/vllm-kimi-k3-ray:2.56.1-d61e; TP2 x PP3, expert parallel, prefix caching, GPU util 0.85, DeepGEMM disabled (Marlin MXFP4 fallback). Screening decode: 1 warmup + 3 measured trials, concurrency 1, 180 prompt tokens, 64 output-token cap, temperature 0/top_p 1, context 4096. Metrics are medians: 2.1857 output tok/s, 97.3028 prefill tok/s, 7.9537 total tok/s, 1849.9 ms TTFT. All measured trials ended at the output cap (finish_reason=length). Acceptance harness caveat: forced tool choice and cancellation cases failed; core harness status FAIL_CORE, so this is a performance result, not a full compatibility claim.
Reactions
—
Submitted
Aug 1, 2026, 7:16 PM
Last edited
—
304B MoE · Deepseek
231.5
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · MXFP4
50ms
2k · today
Show all run details
Model
deepseek-ai/DeepSeek-V4-Flash-0731
Display name
DeepSeek-V4-Flash-0731
Base model
—
Revision
main
Family
Deepseek
Parameters
304B
Active params
—
MoE
yes
Output tok/s
231.5
Prefill tok/s
497.9
Total tok/s
237.9
TTFT
50.2ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
25
Output tokens
512
Prefill tokens
—
Context length
2048
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
MXFP4
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
no
Attention backend
—
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.9
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
1
Spec decoding
yes
Spec method
dspark
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
docker compose up -d # image riverhouse/glm52-hybrid:v1.4-cfe43b0 (vLLM 0.11.2.dev279+eldritch.enlightenment...b12x7bfc945.cu132, b12x/sparkinfer 0.30.0) vllm serve /model --served-model-name DeepSeek-V4-Flash-0731 --trust-remote-code --tensor-parallel-size 4 --kv-cache-dtype fp8_ds_mla --moe-backend b12x --load-format safetensors -cc.pass_config.fuse_allreduce_rms=True --gpu-memory-utilization 0.90 --max-model-len 262144 --max-num-seqs 8 --max-num-batched-tokens 8192 --max-cudagraph-capture-size 48 --async-scheduling --enable-chunked-prefill --enable-auto-tool-choice --tokenizer-mode deepseek_v4 --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 --speculative-config '{"method":"dspark","num_speculative_tokens":5,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' # env: CUTE_DSL_ARCH=sm_120a VLLM_USE_V2_MODEL_RUNNER=1 VLLM_USE_B12X_MOE=1 VLLM_USE_B12X_SPARSE_INDEXER=1 VLLM_USE_B12X_FP8_GEMM=0 B12X_DENSE_SPLITK_TURBO=1 B12X_MLA_SM120_PREFILL_F16_ROPE=1 NCCL_P2P_DISABLE=1 NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=SYS NCCL_PROTO=LL,LL128,Simple VLLM_ENABLE_PCIE_ALLREDUCE=0 # Notes: Threadripper PRO topology deadlocks on PCIe P2P, so P2P is disabled. b12x MoE is used; b12x MLA (B12X_MLA_SPARSE) is NOT usable for DeepSeek-V4 in b12x 0.30.0 (DSV4 topk-128 MG prefill dispatcher passes scale_format= to io_issue_gather_dsv4_nope(), which rejects it). VLLM_USE_B12X_FP8_GEMM must be 0 with DSpark or deep_gemm fp8_einsum hits a layout assertion during drafter warmup. DSpark requires decode-context-parallel-size 1. DeepseekV4 ds_mla accepts fp8_ds_mla only, not nvfp4_ds_mla.
Extra flags
b12x/sparkinfer 0.30.0 MoE backend; --async-scheduling; --max-cudagraph-capture-size 48; CUTE_DSL_ARCH=sm_120a; VLLM_USE_V2_MODEL_RUNNER=1; NCCL_P2P_DISABLE=1 (Threadripper PRO P2P deadlock)
Notes
—
Reactions
—
Submitted
Aug 1, 2026, 6:21 PM
Last edited
—
304B MoE · Deepseek
118.2
tok/s
RTX PRO 6000 Blackwell 384GB ×4
vllm · NVFP4
33ms
262k · today
Show all run details
Model
auroter/DeepSeek-V4-Flash-0731-NVFP4
Display name
DeepSeek-V4-Flash-0731-NVFP4
Base model
DeepSeek-V4-Flash-0731
Revision
17e0f9da8257371654d458ba518659aa99954c86
Family
Deepseek
Parameters
304B
Active params
—
MoE
yes
Output tok/s
118.2
Prefill tok/s
—
Total tok/s
136.8
TTFT
32.8ms
Peak VRAM
354.1GB
Power draw
783.7W (194.1 + 184.2 + 218.3 + 187.2W)
Hardware cost
—
Prompt tokens
84
Output tokens
512
Prefill tokens
0
Context length
262144
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 384GB ×4
GPU slots
—
GPU count
4
VRAM
384GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
vllm
Engine version
0.26.0
Quantization
NVFP4
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
no
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.9
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
1
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve /model --trust-remote-code --served-model-name DeepSeek-V4-Flash-0731-NVFP4 --tensor-parallel-size 4 --enable-expert-parallel --kv-cache-dtype fp8 --max-model-len 262144 --gpu-memory-utilization 0.90 --kernel-config '{"moe_backend":"marlin"}' --enable-prompt-tokens-details --reasoning-parser deepseek_v4 --tool-call-parser deepseek_v4
Extra flags
--enable-prompt-tokens-details --reasoning-parser deepseek_v4 --tool-call-parser deepseek_v4 --enable-expert-parallel --kernel-config {moe_backend:marlin} --kv-cache-dtype fp8 --max-model-len 262144 --tensor-parallel-size 4
Notes
cold fixed-prompt steady-state decode after 2 throwaway warmup run(s); server usage reported 0 prompt tokens already in KV cache per measured request.
Reactions
—
Submitted
Aug 1, 2026, 3:37 PM
Last edited
—
753B MoE
47.9
tok/s
RTX PRO 6000 Blackwell 96GB ×4
llama.cpp · UD-Q2_K_MXFP4
35ms
524k · 1d ago
Show all run details
Model
huihui-ai/Huihui-GLM-5.2-abliterated-GGUF
Display name
Huihui-GLM-5.2-abliterated-GGUF
Base model
GLM-5.2
Revision
994200a058539c553f0977002e58a2f05de845c7
Family
—
Parameters
753B
Active params
—
MoE
yes
Output tok/s
47.9
Prefill tok/s
—
Total tok/s
81.4
TTFT
35.3ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
360
Output tokens
512
Prefill tokens
—
Context length
524288
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
llama.cpp
Engine version
9445 (af6528e6d)
Quantization
UD-Q2_K_MXFP4
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
layer
KV cache dtype
q8_0
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
yes
Chunked prefill
—
Prefill chunk
512
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
1
Concurrency
1
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
llama-server --model GLM-5.2-UD-Q2_K_MXFP4-00001-of-00007.gguf --alias GLM-5.2 --ctx-size 524288 --parallel 1 --threads 32 --threads-batch 32 --batch-size 2048 --ubatch-size 512 --gpu-layers auto --split-mode layer --fit on --fit-target 4096 --fit-ctx 32768 --flash-attn auto --cache-type-k q8_0 --cache-type-v q8_0 --jinja --reasoning auto --reasoning-format deepseek --cont-batching
Extra flags
One slot; automatic layer fit; 4096 MiB per-GPU safety target; 32768-token fit floor
Notes
Single-stream text benchmark on four discrete 96 GB PCIe GPUs: 2 warmups followed by 5 measured streaming temperature-0/top-p-1 runs; median reported (47.80-47.93 output tok/s). Experimental abliterated Q2_K_MXFP4 split GGUF; use requires output review. Official llama.cpp CUDA build 9445 used one 524,288-token slot, Q8 K/V, layer split, continuous batching, no speculative decoding, and automatic fit with a 4 GiB per-GPU safety target. Repeated-prompt TTFT is warm-cache. Generation authentication, exact identity/context, coherent text, automatic tools, streaming, cancellation, and zero restart/OOM passed. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 7:16 AM
Last edited
—
753B MoE · Opt
92.0
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · MXFP8-NVFP4-NF3-Hybrid
355ms
480k · 1d ago
Show all run details
Model
jacklarmer/GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid
Display name
GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid
Base model
GLM-5.2-MXFP8-NVFP4-NF3-Hybrid
Revision
e771827a07cbaed0e2f7c009e3b5ea7979873b8f
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
92.0
Prefill tok/s
—
Total tok/s
147.5
TTFT
355.1ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
360
Output tokens
512
Prefill tokens
—
Context length
480000
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
0.11.2.dev279+eldritch.enlightenment.v56a5c3e.kingdom.plus5.71fca68.b12x7bfc945.fi25dd814.cu132.20260706
Quantization
MXFP8-NVFP4-NF3-Hybrid
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
nvfp4_ds_mla
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
3072
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.986
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
3
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve jacklarmer/GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid --served-model-name glm-5.2-abliterated-MXFP8-NVFP4-NF3-Hybrid --tensor-parallel-size 4 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --dcp-kv-cache-interleave-size 1 --kv-cache-dtype nvfp4_ds_mla --attention-backend B12X_MLA_SPARSE --moe-backend b12x --gpu-memory-utilization 0.986 --max-model-len 480000 --max-num-seqs 8 --max-num-batched-tokens 3072 --num-gpu-blocks-override 2490 --async-scheduling --enable-chunked-prefill --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"b12x","draft_sample_method":"probabilistic"}'
Extra flags
DCP=4; DCP backend ag_rs; PCIe P2P and B12X all-reduce/A2A disabled for the measured host topology
Notes
Single-stream text benchmark on four discrete 96 GB PCIe GPUs: 2 warmups followed by 5 measured streaming runs with temperature-0/top-p-1 target sampling and probabilistic MTP-3; median reported (80.24-94.12 output tok/s). Abliterated experimental derivative of the full GLM-5.2 hybrid checkpoint; use requires output review. Runtime is matched to the control: TP4/DCP4, NVFP4 DS-MLA KV, B12X MLA sparse attention/MoE, and prefix caching. Repeated-prompt TTFT is warm-cache. The measured host requires P2P and B12X all-reduce/A2A disabled with ag_rs. Authentication, exact identity, coherent text, automatic tools, streaming, cancellation, and zero restart/OOM passed. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 7:15 AM
Last edited
—
753B MoE · Opt
100.1
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · MXFP8-NVFP4-NF3-Hybrid
355ms
480k · 1d ago
Show all run details
Model
madeby561/GLM-5.2-MXFP8-NVFP4-NF3-Hybrid
Display name
GLM-5.2-MXFP8-NVFP4-NF3-Hybrid
Base model
GLM-5.2
Revision
68babde27a97a4c980c2494e830dd424975cd5a3
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
100.1
Prefill tok/s
—
Total tok/s
159.9
TTFT
354.9ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
360
Output tokens
512
Prefill tokens
—
Context length
480000
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
0.11.2.dev279+eldritch.enlightenment.v56a5c3e.kingdom.plus5.71fca68.b12x7bfc945.fi25dd814.cu132.20260706
Quantization
MXFP8-NVFP4-NF3-Hybrid
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
nvfp4_ds_mla
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
3072
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.986
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
3
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve madeby561/GLM-5.2-MXFP8-NVFP4-NF3-Hybrid --served-model-name GLM-5.2 --tensor-parallel-size 4 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --dcp-kv-cache-interleave-size 1 --kv-cache-dtype nvfp4_ds_mla --attention-backend B12X_MLA_SPARSE --moe-backend b12x --gpu-memory-utilization 0.986 --max-model-len 480000 --max-num-seqs 8 --max-num-batched-tokens 3072 --num-gpu-blocks-override 2490 --async-scheduling --enable-chunked-prefill --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"b12x","draft_sample_method":"probabilistic"}'
Extra flags
DCP=4; DCP backend ag_rs; PCIe P2P and B12X all-reduce/A2A disabled for the measured host topology
Notes
Single-stream text benchmark on four discrete 96 GB PCIe GPUs: 2 warmups followed by 5 measured streaming runs with temperature-0/top-p-1 target sampling and probabilistic MTP-3; median reported (84.01-101.34 output tok/s). Full GLM-5.2 hybrid checkpoint with TP4/DCP4, NVFP4 DS-MLA KV, and B12X MLA sparse attention/MoE. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. This host's partial-mesh PCIe topology requires P2P and B12X all-reduce/A2A disabled with the ag_rs DCP path. Authentication, exact identity, coherent text, automatic tools, streaming, cancellation, and zero restart/OOM passed. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 7:13 AM
Last edited
—
9B · Qwen
12.9
tok/s
GB10 Grace Blackwell 128GB
vllm · BF16
137ms
262k · 1d ago
Show all run details
Model
empero-ai/Qwythos-9B-Claude-Mythos-5-1M
Display name
Qwythos-9B-Claude-Mythos-5-1M
Base model
Qwen3.5-9B
Revision
763f72fc2c3b186e977adcbaac0c18128f182166
Family
Qwen
Parameters
9B
Active params
—
MoE
no
Output tok/s
12.9
Prefill tok/s
—
Total tok/s
23.8
TTFT
137.1ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
438
Output tokens
512
Prefill tokens
—
Context length
262144
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Quantization
BF16
Backend
cuda
Tensor parallel
1
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
flashinfer
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.45
Max running seqs
4
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve empero-ai/Qwythos-9B-Claude-Mythos-5-1M --served-model-name qwythos-9b-claude-mythos-5-1m --tensor-parallel-size 1 --trust-remote-code --dtype auto --kv-cache-dtype fp8 --attention-backend flashinfer --gpu-memory-utilization 0.45 --max-model-len 262144 --max-num-seqs 4 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Extra flags
--max-model-len 262144 --async-scheduling --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Notes
Single-stream BF16 base configuration: 2 warmups followed by 5 measured streaming greedy runs; median reported (12.85-12.86 output tok/s). The checkpoint advertises a 1M YaRN ceiling, but this conservative qualification served the native 262K context. FP8 KV, FlashInfer attention, prefix caching, and no speculative decoding. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. The model card warns that greedy sampling can loop on some reasoning prompts; both the standardized greedy prompt and a separate recommended-sampling coherence test passed. Authentication, coherent reasoning/final text, automatic tool selection, streaming, and cancellation cleanup passed. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 4:28 AM
Last edited
—
27B · Qwen
102.8
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
688ms
262k · 1d ago
Show all run details
Model
sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP
Display name
Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP
Base model
Huihui-Qwen3.6-27B-abliterated
Revision
0a3ba25350b8a48d7b78b64d68b7cd68f3cc12d8
Family
Qwen
Parameters
27B
Active params
—
MoE
no
Output tok/s
102.8
Prefill tok/s
—
Total tok/s
169.7
TTFT
687.7ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
361
Output tokens
512
Prefill tokens
—
Context length
262144
Batch size
4
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Quantization
NVFP4
Backend
cuda
Tensor parallel
1
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
flashinfer
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt
SGLang quant
—
GPU mem util
0.4
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
4
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
3
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP --served-model-name huihui-qwen36-27b-ablit-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 8 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Extra flags
--max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Notes
Four-concurrent-request text throughput benchmark: 2 warmup waves followed by 5 measured streaming greedy waves; aggregate median reported (102.71-102.80 output tok/s). Each request used 361 prompt and 512 output tokens; batchSize is concurrent requests, while promptTokens/outputTokens are per request. This is 4.29x the same profile's 23.97 tok/s single-stream result. ModelOpt W4A4 NVFP4 checkpoint with mixed higher-precision tensors, FP8 KV, FlashInfer attention, and MTP-3. vLLM warned that FP8 KV q/prob scaling factors were not calibrated in the checkpoint and used 1.0. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 4:18 AM
Last edited
—
27B · Qwen
24.0
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
348ms
262k · 1d ago
Show all run details
Model
sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP
Display name
Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP
Base model
Huihui-Qwen3.6-27B-abliterated
Revision
0a3ba25350b8a48d7b78b64d68b7cd68f3cc12d8
Family
Qwen
Parameters
27B
Active params
—
MoE
no
Output tok/s
24.0
Prefill tok/s
—
Total tok/s
40.3
TTFT
347.5ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
361
Output tokens
512
Prefill tokens
—
Context length
262144
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Quantization
NVFP4
Backend
cuda
Tensor parallel
1
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
flashinfer
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt
SGLang quant
—
GPU mem util
0.4
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
3
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP --served-model-name huihui-qwen36-27b-ablit-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 8 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Extra flags
--max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Notes
Single-stream text benchmark: 2 warmups followed by 5 measured streaming greedy runs; median reported (23.96-24.00 output tok/s). ModelOpt W4A4 NVFP4 checkpoint with mixed higher-precision tensors, FP8 KV, FlashInfer attention, and MTP-3. vLLM warned that FP8 KV q/prob scaling factors were not calibrated in the checkpoint and used 1.0. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Authentication, coherent reasoning/final text, automatic tool selection, streaming, and cancellation cleanup passed. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 4:17 AM
Last edited
—
3B MoE · Qwen
300.6
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
341ms
262k · 1d ago
Show all run details
Model
nvidia/Qwen3.6-35B-A3B-NVFP4
Display name
Qwen3.6-35B-A3B-NVFP4
Base model
Qwen3.6-35B-A3B
Revision
491c2f1ea524c639598bf8fa787a93fed5a6fbce
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
300.6
Prefill tok/s
—
Total tok/s
491.5
TTFT
341.0ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
361
Output tokens
512
Prefill tokens
—
Context length
262144
Batch size
4
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Quantization
NVFP4
Backend
cuda
Tensor parallel
1
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
flashinfer
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt
SGLang quant
—
GPU mem util
0.4
Max running seqs
4
Scheduler delay
—
Num parallel
—
Concurrency
4
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
3
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve nvidia/Qwen3.6-35B-A3B-NVFP4 --served-model-name qwen36-35b-a3b-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --moe-backend marlin --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 4 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Extra flags
--moe-backend marlin --max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Notes
Four-concurrent-request text throughput benchmark: 2 warmup waves followed by 5 measured streaming greedy waves; aggregate median reported (291.40-324.31 output tok/s). Each request used 361 prompt and 512 output tokens; batchSize is concurrent requests, while promptTokens/outputTokens are per request. This is 2.42x the same profile's 124.07 tok/s single-stream result. NVIDIA ModelOpt NVFP4 with mixed higher-precision tensors, FP8 KV, Marlin MoE backend, FlashInfer attention, and MTP-3. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 3:06 AM
Last edited
—
3B MoE · Qwen
124.1
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
135ms
262k · 1d ago
Show all run details
Model
nvidia/Qwen3.6-35B-A3B-NVFP4
Display name
Qwen3.6-35B-A3B-NVFP4
Base model
Qwen3.6-35B-A3B
Revision
491c2f1ea524c639598bf8fa787a93fed5a6fbce
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
124.1
Prefill tok/s
—
Total tok/s
205.2
TTFT
135.2ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
361
Output tokens
512
Prefill tokens
—
Context length
262144
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Quantization
NVFP4
Backend
cuda
Tensor parallel
1
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
flashinfer
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt
SGLang quant
—
GPU mem util
0.4
Max running seqs
4
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
3
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve nvidia/Qwen3.6-35B-A3B-NVFP4 --served-model-name qwen36-35b-a3b-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --moe-backend marlin --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 4 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Extra flags
--moe-backend marlin --max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice
Notes
Single-stream text benchmark: 2 warmups followed by 5 measured streaming greedy runs; median reported (120.89-127.39 output tok/s). NVIDIA ModelOpt NVFP4 checkpoint with mixed higher-precision tensors, FP8 KV, Marlin MoE backend, FlashInfer attention, and MTP-3. The runtime warned that this GB10 path uses weight-only Marlin FP4 rather than native FP4 compute. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Auth, coherent text, automatic tool selection, streaming, and cancellation cleanup passed. Metrics use server usage counters and client-observed token timing.
Reactions
—
Submitted
Jul 31, 2026, 3:03 AM
Last edited
—
122B · Qwen
33.9
tok/s
GB10 Grace Blackwell 128GB
vllm · INT4
440ms
131k · 1d ago
Show all run details
Model
Intel/Qwen3.5-122B-A10B-int4-AutoRound
Display name
Qwen3.5-122B-A10B-int4-AutoRound
Base model
Qwen3.5-122B-A10B
Revision
3045d02bb737effc4581da91bddbad3be02934e4
Family
Qwen
Parameters
122B
Active params
—
MoE
no
Output tok/s
33.9
Prefill tok/s
—
Total tok/s
56.3
TTFT
439.7ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
361
Output tokens
512
Prefill tokens
—
Context length
131072
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Quantization
INT4
Backend
cuda
Tensor parallel
1
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
8192
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.85
Max running seqs
6
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
2
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
—
Temperature
0
Top P
1
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Intel/Qwen3.5-122B-A10B-int4-AutoRound --served-model-name qwen35-122b-a10b-int4 --gpu-memory-utilization 0.85 --enable-prefix-caching --trust-remote-code --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 6 --kv-cache-dtype fp8 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --speculative-config '{"method":"mtp","num_speculative_tokens":2}'
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --speculative-config {"method":"mtp","num_speculative_tokens":2}
Notes
Single-stream text benchmark: 2 warmups followed by 5 measured streaming greedy runs; median reported (33.46-34.25 output tok/s). AutoRound symmetric INT4, group size 128, auto_gptq packing; shared-expert tensors remain BF16. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Metrics use server usage counters and client-observed token timing. Automatic tool selection passed; forced tool_choice=required hit a vLLM xgrammar error in this runtime. Public-equivalent launch command omits authentication and endpoint details.
Reactions
—
Submitted
Jul 31, 2026, 2:56 AM
Last edited
—
118B MoE
13.3
tok/s
M5 Max 128GB
mlx · 4bit-affine-gs64
15721ms
1k · 5d ago
Show all run details
Model
pipenetwork/Laguna-S-2.1-MLX-4bit
Display name
Laguna-S-2.1-MLX-4bit
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
13.3
Prefill tok/s
51.8
Total tok/s
—
TTFT
15720.9ms
Peak VRAM
66GB
Power draw
—
Hardware cost
—
Prompt tokens
814
Output tokens
128
Prefill tokens
—
Context length
952
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
mlx
Engine version
mlx 0.32.0 + mlx-lm 0.31.3
Quantization
4bit-affine-gs64
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
sdpa
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
python -c 'import mlx_lm; mlx_lm.generate(...)' (stock, no opts)
Extra flags
—
Notes
Stock baseline (no optimizations, no zmlx, no compile). Prompt: 814 tokens, decode: 128 tokens greedy (temp=0). For comparison: optimized version achieves 63.7 tok/s on same hardware. Code: github.com/jacklarmer/laguna-apple
Reactions
—
Submitted
Jul 27, 2026, 2:50 PM
Last edited
—
118B MoE
60.9
tok/s
M5 Max 128GB
mlx · 4bit-affine-gs64
1868ms
2k · 5d ago
Show all run details
Model
pipenetwork/Laguna-S-2.1-MLX-4bit
Display name
Laguna-S-2.1-MLX-4bit
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
60.9
Prefill tok/s
842.6
Total tok/s
—
TTFT
1868ms
Peak VRAM
66GB
Power draw
—
Hardware cost
—
Prompt tokens
1574
Output tokens
128
Prefill tokens
—
Context length
1800
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
mlx
Engine version
mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0
Quantization
4bit-affine-gs64
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
sdpa
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
python bench_speed.py (optimized: compile+zmlx+sigmoid+masks+bf16gate)
Extra flags
—
Notes
Optimized. One-big-function @mx.compile (48 layers) + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating. Prompt: 1574 tokens, decode: 128 tokens greedy (temp=0). Quality: 0.9555 Pearson logit corr vs BF16 ref. Code: github.com/jacklarmer/laguna-apple
Reactions
—
Submitted
Jul 27, 2026, 2:49 PM
Last edited
—
118B MoE
63.8
tok/s
M5 Max 128GB
mlx · 4bit-affine-gs64
802ms
1k · 5d ago
Show all run details
Model
pipenetwork/Laguna-S-2.1-MLX-4bit
Display name
Laguna-S-2.1-MLX-4bit
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
63.8
Prefill tok/s
1015.5
Total tok/s
—
TTFT
801.6ms
Peak VRAM
66GB
Power draw
—
Hardware cost
—
Prompt tokens
814
Output tokens
128
Prefill tokens
—
Context length
1200
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
mlx
Engine version
mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0
Quantization
4bit-affine-gs64
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
sdpa
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
python bench_speed.py (optimized: compile+zmlx+sigmoid+masks+bf16gate)
Extra flags
—
Notes
Optimized. One-big-function @mx.compile (48 layers) + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating. Prompt: 814 tokens, decode: 128 tokens greedy (temp=0). Quality: 0.9555 Pearson logit corr vs BF16 ref. Code: github.com/jacklarmer/laguna-apple
Reactions
—
Submitted
Jul 27, 2026, 2:48 PM
Last edited
—
118B MoE
63.9
tok/s
M5 Max 128GB
mlx · 4bit-affine-gs64
1669ms
1k · 5d ago
Show all run details
Model
pipenetwork/Laguna-S-2.1-MLX-4bit
Display name
Laguna-S-2.1-MLX-4bit
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
63.9
Prefill tok/s
56.3
Total tok/s
—
TTFT
1668.7ms
Peak VRAM
66GB
Power draw
—
Hardware cost
—
Prompt tokens
94
Output tokens
128
Prefill tokens
—
Context length
1200
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
mlx
Engine version
mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0
Quantization
4bit-affine-gs64
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
sdpa
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
python bench_speed.py (optimized: compile+zmlx+sigmoid+masks+bf16gate)
Extra flags
—
Notes
Optimized. One-big-function @mx.compile (48 layers) + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating. Prompt: 94 tokens, decode: 128 tokens greedy (temp=0). Quality: 0.9555 Pearson logit corr vs BF16 ref. Code: github.com/jacklarmer/laguna-apple
Reactions
—
Submitted
Jul 27, 2026, 2:47 PM
Last edited
—
118B MoE
69.5
tok/s
M5 Max 128GB
mlx · 4bit-affine-gs64
1710ms
0k · 5d ago
Show all run details
Model
pipenetwork/Laguna-S-2.1-MLX-4bit
Display name
Laguna-S-2.1-MLX-4bit
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
69.5
Prefill tok/s
139.2
Total tok/s
—
TTFT
1710.3ms
Peak VRAM
66GB
Power draw
—
Hardware cost
—
Prompt tokens
238
Output tokens
128
Prefill tokens
—
Context length
376
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
mlx
Engine version
mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0
Quantization
4bit-affine-gs64
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
sdpa
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
python bench_speed.py (one-big-function @mx.compile + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating)
Extra flags
—
Notes
Optimized MLX decode: one-big-function @mx.compile (48 layers), zmlx moe_mlp patch with sigmoid gating fix (zmlx defaults to softmax, Laguna uses sigmoid), precomputed attention masks, bfloat16 gating. Pure MLX, no torch/CUDA. Quality: 0.9555 Pearson logit correlation vs BF16 reference. Code: github.com/jacklarmer/laguna-apple
Reactions
—
Submitted
Jul 27, 2026, 2:43 PM
Last edited
—
22B MoE · Gpt
49.1
tok/s
GB10 Grace Blackwell 121GB
vllm · FP16
—
128k · 5d ago
Show all run details
Model
openai/gpt-oss-20b
Display name
gpt-oss-20b
Base model
—
Revision
main
Family
Gpt
Parameters
22B
Active params
—
MoE
yes
Output tok/s
49.1
Prefill tok/s
—
Total tok/s
66
TTFT
—
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
88
Output tokens
256
Prefill tokens
—
Context length
128000
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 121GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
Grace Blackwell
Unified memory
121GB
NPU TOPS
—
CPU
Cortex-X925
RAM
—
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
FP16
Backend
—
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
Extra flags
—
Notes
—
Reactions
—
Submitted
Jul 27, 2026, 1:22 AM
Last edited
—
118B MoE
20.6
tok/s
GB10 Grace Blackwell 121GB
vllm · NVFP4
426ms
128k · 5d ago
Show all run details
Model
poolside/Laguna-S-2.1-NVFP4
Display name
Laguna-S-2.1-NVFP4
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
20.6
Prefill tok/s
—
Total tok/s
24.9
TTFT
425.9ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
63
Output tokens
256
Prefill tokens
—
Context length
128000
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 121GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
Grace Blackwell
Unified memory
121GB
NPU TOPS
—
CPU
Cortex-X925
RAM
—
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
NVFP4
Backend
—
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
Extra flags
—
Notes
—
Reactions
—
Submitted
Jul 27, 2026, 1:21 AM
Last edited
—
3B MoE · Qwen
39.1
tok/s
GB10 Grace Blackwell 121GB
vllm · AWQ
—
128k · 5d ago
Show all run details
Model
QuantTrio/Qwen3.6-35B-A3B-AWQ
Display name
Qwen3.6-35B-A3B-AWQ
Base model
Qwen3.6-35B-A3B
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
39.1
Prefill tok/s
—
Total tok/s
44
TTFT
—
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
32
Output tokens
256
Prefill tokens
—
Context length
128000
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 121GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
Grace Blackwell
Unified memory
121GB
NPU TOPS
—
CPU
Cortex-X925
RAM
—
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
AWQ
Backend
—
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
Extra flags
—
Notes
—
Reactions
—
Submitted
Jul 27, 2026, 1:20 AM
Last edited
—
35B · Qwen
53.0
tok/s
GB10 Grace Blackwell 121GB
vllm · FP8
—
128k · 5d ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B-FP8
Display name
Qwen3.6-35B-A3B-FP8
Base model
Qwen3.6-35B-A3B
Revision
main
Family
Qwen
Parameters
35B
Active params
—
MoE
no
Output tok/s
53
Prefill tok/s
—
Total tok/s
59.7
TTFT
—
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
32
Output tokens
256
Prefill tokens
—
Context length
128000
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 121GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
Grace Blackwell
Unified memory
121GB
NPU TOPS
—
CPU
Cortex-X925
RAM
—
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
—
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
Extra flags
—
Notes
—
Reactions
—
Submitted
Jul 27, 2026, 1:19 AM
Last edited
—
35B · Qwen
55.1
tok/s
GB10 Grace Blackwell 121GB
vllm · FP8
—
128k · 5d ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B-FP8
Display name
Qwen3.6-35B-A3B-FP8
Base model
Qwen3.6-35B-A3B
Revision
main
Family
Qwen
Parameters
35B
Active params
—
MoE
no
Output tok/s
55.1
Prefill tok/s
—
Total tok/s
62
TTFT
—
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
32
Output tokens
256
Prefill tokens
—
Context length
128000
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 121GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
Grace Blackwell
Unified memory
121GB
NPU TOPS
—
CPU
Cortex-X925
RAM
—
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
—
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
Extra flags
—
Notes
—
Reactions
—
Submitted
Jul 27, 2026, 1:17 AM
Last edited
—
753B MoE · Opt
79.6
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · NVFP4
—
480k · 5d ago
Show all run details
Model
madeby561/GLM-5.2-MXFP8-NVFP4-NF3-Hybrid
Display name
GLM-5.2-MXFP8-NVFP4-NF3-Hybrid
Base model
GLM-5.2
Revision
main
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
79.6
Prefill tok/s
—
Total tok/s
90.2
TTFT
—
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
34
Output tokens
256
Prefill tokens
—
Context length
480000
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
—
Quantization
NVFP4
Backend
—
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
nvfp4_ds_mla
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.986
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
yes
MTP draft layers
3
Temperature
—
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve /model --tensor-parallel-size 4 --decode-context-parallel-size 4 --kv-cache-dtype nvfp4_ds_mla --attention-backend B12X_MLA_SPARSE --moe-backend b12x --gpu-memory-utilization 0.986 --max-model-len 480000 --enable-prefix-caching --enable-chunked-prefill --async-scheduling --speculative-config {method:mtp,num_speculative_tokens:3}
Extra flags
--decode-context-parallel-size 4 --moe-backend b12x --max-model-len 480000 --async-scheduling --speculative-config {method:mtp,num_speculative_tokens:3}
Notes
—
Reactions
—
Submitted
Jul 27, 2026, 1:17 AM
Last edited
—
3B MoE · Qwen
99.7
tok/s
M5 Max 128GB
llama.cpp · Q6_K_P
20ms
8k · 1w ago
Show all run details
Model
HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive
Display name
Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive
Base model
Qwen3.6-35B-A3B
Revision
main
Family
Qwen
Parameters
35B
Active params
3B
MoE
yes
Output tok/s
99.7
Prefill tok/s
27682.5
Total tok/s
524.1
TTFT
20.1ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
8192
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
llama.cpp
Engine version
b10079
Quantization
Q6_K_P
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
99
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
yes
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
llama-server -m Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q6_K_P.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0
Extra flags
—
Notes
Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive (Q6_K_P, 29GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 556-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Consistent: 98.08-100.16 tok/s. 35B-A3B MoE (3B active params) at Q6_K_P higher-precision quant.
Reactions
—
Submitted
Jul 25, 2026, 7:23 PM
Last edited
—
3B MoE · Qwen
138.6
tok/s
M5 Max 128GB
llama.cpp · Q4_K_M
8ms
8k · 1w ago
Show all run details
Model
Qwen/Qwen3-VL-30B-A3B-Instruct-GGUF
Display name
Qwen3-VL-30B-A3B-Instruct-GGUF
Base model
Qwen3-VL-30B-A3B-Instruct
Revision
main
Family
Qwen
Parameters
31B
Active params
3B
MoE
yes
Output tok/s
138.6
Prefill tok/s
67121.5
Total tok/s
733.1
TTFT
8.3ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
555
Output tokens
128
Prefill tokens
—
Context length
8192
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
llama.cpp
Engine version
b10079
Quantization
Q4_K_M
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
99
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
yes
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
llama-server -m Qwen3VL-30B-A3B-Instruct-Q4_K_M.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0
Extra flags
—
Notes
Qwen3-VL-30B-A3B-Instruct (Q4_K_M, 18GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 555-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Extremely consistent: 138.44-138.67 tok/s. 30B-A3B MoE (3B active params) delivers the highest single-stream throughput of any model tested on this hardware. Prefill at 67122 tok/s.
Reactions
—
Submitted
Jul 25, 2026, 6:23 PM
Last edited
—
158B MoE · Deepseek
12.1
tok/s
M5 Max 128GB
llama.cpp · Q2
151ms
4k · 1w ago
Show all run details
Model
huihui-ai/Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF
Display name
Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF
Base model
DeepSeek-V4-Flash
Revision
main
Family
Deepseek
Parameters
158B
Active params
—
MoE
yes
Output tok/s
12.1
Prefill tok/s
3544.8
Total tok/s
61.5
TTFT
150.9ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
535
Output tokens
128
Prefill tokens
—
Context length
4096
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
llama.cpp
Engine version
b10079
Quantization
Q2
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
99
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
yes
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
llama-server -m Huihui-DeepSeek-V4-Flash-BF16-abliterated-ds4-Q2.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 4096 --flash-attn on --temp 0
Extra flags
—
Notes
DeepSeek-V4-Flash abliterated (Q2, 81GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 535-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Consistent: 11.95-12.37 tok/s. Some DeepSeek-specific fused ops (Lightning Indexer, HC pre/comb/post) fall back to CPU on Metal; native Metal support would improve throughput. Demonstrates a 180B-class MoE fitting in 128GB unified memory.
Reactions
—
Submitted
Jul 25, 2026, 5:34 PM
Last edited
—
113.7
tok/s
M5 Max 128GB
llama.cpp · Q4_K_M
19ms
8k · 1w ago
Show all run details
Model
lmstudio-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF
Display name
Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF
Base model
Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16
Revision
main
Family
—
Parameters
30B
Active params
—
MoE
no
Output tok/s
113.7
Prefill tok/s
28714.4
Total tok/s
588.7
TTFT
19ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
546
Output tokens
128
Prefill tokens
—
Context length
8192
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
llama.cpp
Engine version
b10079
Quantization
Q4_K_M
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
99
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
yes
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
llama-server -m Nemotron-3-Nano-Omni-30B-A3B-Reasoning-Q4_K_M.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0
Extra flags
—
Notes
Nemotron-3-Nano-Omni-30B-A3B-Reasoning (Q4_K_M, 23GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 546-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Extremely consistent: 113.24-113.89 tok/s. 30B-A3B MoE architecture (3B active params) delivers very high throughput. Prefill at 28714 tok/s.
Reactions
—
Submitted
Jul 25, 2026, 5:30 PM
Last edited
—
27B MoE · Qwen
26.2
tok/s
M5 Max 128GB
llama.cpp · Q4_K_M
72ms
8k · 1w ago
Show all run details
Model
hotdogs/qwen27b-abliterated-Fable-MTP
Display name
qwen27b-abliterated-Fable-MTP
Base model
Huihui-Qwen3.6-27B-abliterated
Revision
main
Family
Qwen
Parameters
27B
Active params
—
MoE
yes
Output tok/s
26.2
Prefill tok/s
7761.9
Total tok/s
138.2
TTFT
71.6ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
8192
Batch size
1
Hardware class
UNIFIED
Hardware
M5 Max 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
Apple
Chip family
M5
Chip variant
M5 Max
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
—
Power
—
Engine
llama.cpp
Engine version
b10079
Quantization
Q4_K_M
Backend
metal
Tensor parallel
—
Pipeline parallel
—
GPU layers
99
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
—
Attention backend
—
Flash attention
yes
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
—
Max running seqs
—
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
llama-server -m Qwen3.6-27B-abliterated-Fable-opus4.8-cyber.Q4_K_M.MTP.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0
Extra flags
—
Notes
Qwen3.6-27B abliterated Fable MTP finetune (Q4_K_M, 16GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention enabled. 556-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Consistent: 25.85-26.85 tok/s. Fast prefill at 7762 tok/s (Apple Metal compute).
Reactions
—
Submitted
Jul 25, 2026, 5:28 PM
Last edited
—
3B MoE · Qwen
55.6
tok/s
GB10 Grace Blackwell 128GB
vllm · FP8
207ms
131k · 1w ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B
Display name
Qwen3.6-35B-A3B
Base model
—
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
55.6
Prefill tok/s
2690.2
Total tok/s
272.8
TTFT
206.7ms
Peak VRAM
—
Power draw
24.9W
Hardware cost
$4,500 GB10 Grace Blackwell · used · 2026 · $4,500
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
131072
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.6
Max running seqs
16
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Single-stream with measured power draw. 556-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). gpuPowerWatts sampled during sustained decode: 24.9 W. Extremely consistent: 55.44-55.72 tok/s. KV cache in fp8, FlashInfer attention backend.
Reactions
—
Submitted
Jul 25, 2026, 4:56 PM
Last edited
—
118B MoE
100.7
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
324ms
262k · 1w ago
Show all run details
Model
poolside/Laguna-S-2.1-NVFP4
Display name
Laguna-S-2.1-NVFP4
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
100.7
Prefill tok/s
1629.4
Total tok/s
273.1
TTFT
324ms
Peak VRAM
109GB
Power draw
34.2W
Hardware cost
$4,500 GB10 Grace Blackwell · used · 2026 · $4,500
Prompt tokens
528
Output tokens
256
Prefill tokens
—
Context length
262144
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.25.1
Quantization
NVFP4
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
yes
Prefill chunk
—
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.85
Max running seqs
32
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
Dflash
Spec model
poolside/Laguna-S-2.1-DFlash-NVFP4
Spec draft model
—
Spec tokens
15
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Laguna-S-2.1-NVFP4 --served-model-name scholar laguna --speculative-config {"model":"Laguna-S-2.1-DFlash-NVFP4","num_speculative_tokens":15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-num-seqs 32 --max-model-len 262144 --gpu-memory-utilization 0.85 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --host 0.0.0.0 --port 8104
Extra flags
--speculative-config {model:Laguna-S-2.1-DFlash-NVFP4,num_speculative_tokens:15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-model-len 262144 --async-scheduling
Notes
Laguna-S-2.1 (MoE, NVFP4, 118B) on GB10 Grace Blackwell 128GB unified memory. Single-stream with measured power draw. 528-token prompt, 256 output tokens, temperature=0, 2 warmup + 5 measured runs (median). gpuPowerWatts sampled during sustained decode: 34.2 W. DFlash speculative decoding (15 spec tokens). Run 5 was a transient outlier (20.71 tok/s); runs 1-4 were 95.77-106.06 tok/s.
Reactions
—
Submitted
Jul 25, 2026, 4:54 PM
Last edited
—
753B MoE · Opt
86.8
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · NVFP4
355ms
1000k · 1w ago
Show all run details
Model
madeby561/GLM-5.2-NVFP4-REAP-504B-term
Display name
GLM-5.2-NVFP4-REAP-504B-term
Base model
GLM-5.2-NVFP4
Revision
main
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
86.8
Prefill tok/s
1561.6
Total tok/s
373.1
TTFT
355.4ms
Peak VRAM
93.4GB
Power draw
881.7W (223.2 + 204.7 + 238.3 + 215.5W)
Hardware cost
$12,000 NVIDIA RTX PRO 6000 Blackwell · used · 2026 · $12,000
Prompt tokens
555
Output tokens
128
Prefill tokens
—
Context length
1000000
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale
Quantization
NVFP4
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
—
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt_fp4
SGLang quant
—
GPU mem util
0.95
Max running seqs
2
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-seqs 2 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001
Extra flags
--moe-backend b12x --max-model-len 1000000 --async-scheduling --speculative-config {model:/model,method:mtp,num_speculative_tokens:5}
Notes
GLM-5.2 NVFP4 REAP 504B on 4x RTX PRO 6000 Blackwell (TP4). Single-stream with measured per-GPU power draw. 555-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). gpuPowerWatts sampled via nvidia-smi during sustained decode: [223, 205, 238, 216] W per card, 882 W total. MTP speculative decoding (5 spec tokens). Consistent: 86.40-87.32 tok/s across all 5 runs.
Reactions
—
Submitted
Jul 25, 2026, 4:53 PM
Last edited
—
3B MoE · Qwen
157.0
tok/s
GB10 Grace Blackwell 128GB
vllm · AWQ
693ms
131k · 1w ago
Show all run details
Model
QuantTrio/Qwen3.6-35B-A3B-AWQ
Display name
Qwen3.6-35B-A3B-AWQ
Base model
Qwen3.6-35B-A3B
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
157
Prefill tok/s
4812.5
Total tok/s
682
TTFT
693.2ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
131072
Batch size
6
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
AWQ
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.28
Max running seqs
6
Scheduler delay
—
Num parallel
—
Concurrency
6
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve QuantTrio/Qwen3.6-35B-A3B-AWQ --served-model-name vision --gpu-memory-utilization 0.28 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 6 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8103
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, AWQ) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 6 concurrent requests (saturates max-num-seqs=6), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 157.00 tok/s (4.0x single-stream 39.68). Per-stream 26.20 tok/s. Consistent: 155.51-160.58 tok/s. AWQ batching efficiency (4.0x) is comparable to FP8 (3.8x at batch=8), showing the quant format does not materially impact batching efficiency.
Reactions
—
Submitted
Jul 25, 2026, 4:32 PM
Last edited
—
3B MoE · Qwen
359.2
tok/s
GB10 Grace Blackwell 128GB
vllm · FP8
1384ms
131k · 1w ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B
Display name
Qwen3.6-35B-A3B
Base model
—
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
359.2
Prefill tok/s
6428.7
Total tok/s
1554
TTFT
1383.8ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
131072
Batch size
16
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.6
Max running seqs
16
Scheduler delay
—
Num parallel
—
Concurrency
16
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 16 concurrent requests (saturates max-num-seqs=16), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 359.16 tok/s (6.4x single-stream 56.21). Per-stream 22.48 tok/s. Extremely consistent: 358.62-360.27 tok/s. Near-linear scaling from batch=8 (215 tok/s) to batch=16 (359 tok/s) shows the GB10 unified memory handles KV cache for 16 concurrent streams efficiently.
Reactions
—
Submitted
Jul 25, 2026, 4:30 PM
Last edited
—
3B MoE · Qwen
202.8
tok/s
GB10 Grace Blackwell 128GB
vllm · FP8
1101ms
262k · 1w ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B
Display name
Qwen3.6-35B-A3B
Base model
—
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
202.8
Prefill tok/s
4038.9
Total tok/s
877
TTFT
1101.3ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
262144
Batch size
8
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.5
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
8
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder-xl --gpu-memory-utilization 0.50 --enable-prefix-caching --max-model-len 262144 --max-num-batched-tokens 8192 --max-num-seqs 8 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8102
Extra flags
--max-model-len 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory, 256K context window. Conthroughput run: 8 concurrent requests (saturates max-num-seqs=8), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 202.75 tok/s (3.7x single-stream 54.76). Per-stream 25.39 tok/s. Consistent: 201.84-208.70 tok/s. Slightly lower than the 128K-context sibling (215.12 tok/s) due to lower gpu-memory-utilization (0.50 vs 0.60) and fewer max sequences (8 vs 16).
Reactions
—
Submitted
Jul 25, 2026, 4:28 PM
Last edited
—
753B MoE · Opt
37.4
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · NVFP4
515ms
1000k · 1w ago
Show all run details
Model
madeby561/GLM-5.2-NVFP4-REAP-504B-term
Display name
GLM-5.2-NVFP4-REAP-504B-term
Base model
GLM-5.2-NVFP4
Revision
main
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
37.4
Prefill tok/s
2155.3
Total tok/s
73.1
TTFT
515ms
Peak VRAM
93.4GB
Power draw
—
Hardware cost
—
Prompt tokens
555
Output tokens
128
Prefill tokens
—
Context length
1000000
Batch size
2
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale
Quantization
NVFP4
Backend
cuda
Tensor parallel
4
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
—
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt_fp4
SGLang quant
—
GPU mem util
0.95
Max running seqs
2
Scheduler delay
—
Num parallel
—
Concurrency
2
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-seqs 2 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001
Extra flags
--moe-backend b12x --max-model-len 1000000 --async-scheduling --speculative-config {model:/model,method:mtp,num_speculative_tokens:5}
Notes
GLM-5.2 NVFP4 REAP 504B on 4x RTX PRO 6000 Blackwell (TP4). Conthroughput run: 2 concurrent requests (saturates max-num-seqs=2), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 37.42 tok/s -- LESS than single-stream 87.09 tok/s. Per-stream drops to 18.73 tok/s. MTP speculative decoding degrades severely under concurrent load: the draft model serves both sequences and speculation effectiveness drops, making concurrency counterproductive. This explains the deliberately small max-num-seqs=2. Consistent: 37.42-37.46 tok/s on 2/3 runs (run 3 was 25.74, a transient).
Reactions
—
Submitted
Jul 25, 2026, 4:26 PM
Last edited
—
753B MoE · Opt
81.1
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · NVFP4
11216ms
1000k · 1w ago
Show all run details
Model
madeby561/GLM-5.2-NVFP4-REAP-504B-term
Display name
GLM-5.2-NVFP4-REAP-504B-term
Base model
GLM-5.2-NVFP4
Revision
main
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
81.1
Prefill tok/s
1498.9
Total tok/s
1409.2
TTFT
11216.3ms
Peak VRAM
93.4GB
Power draw
—
Hardware cost
—
Prompt tokens
16854
Output tokens
64
Prefill tokens
—
Context length
1000000
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale
Quantization
NVFP4
Backend
cuda
Tensor parallel
4
Pipeline parallel
1
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt_fp4
SGLang quant
—
GPU mem util
0.95
Max running seqs
2
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --pipeline-parallel-size 1 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-batched-tokens 8192 --max-num-seqs 2 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001
Extra flags
--decode-context-parallel-size 4 --dcp-comm-backend ag_rs --moe-backend b12x --max-model-len 1000000 --async-scheduling --speculative-config {model:/model,method:mtp,num_speculative_tokens:5}
Notes
GLM-5.2 NVFP4 REAP 504B on 4x RTX PRO 6000 Blackwell (TP4). Long-context prefill benchmark: 16854-token prompt (unique per run to bypass prefix cache), 64 output tokens, temperature=0, 1 warmup + 3 measured runs (median of 2 clean runs; 1 run hit early EOS and was excluded). Prefill throughput 1499 tok/s at 16.8K tokens -- nearly identical to the 555-token benchmark (1556 tok/s), showing flat prefill scaling. TTFT 11.2s for 16.8K tokens. Decode speed 81 tok/s (MTP spec decoding, 5 spec tokens).
Reactions
—
Submitted
Jul 25, 2026, 4:20 PM
Last edited
—
118B MoE
214.8
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
604ms
262k · 1w ago
Show all run details
Model
poolside/Laguna-S-2.1-NVFP4
Display name
Laguna-S-2.1-NVFP4
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
214.8
Prefill tok/s
3501
Total tok/s
902
TTFT
603.5ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
528
Output tokens
128
Prefill tokens
—
Context length
262144
Batch size
4
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.25.1
Quantization
NVFP4
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
yes
Prefill chunk
—
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.85
Max running seqs
32
Scheduler delay
—
Num parallel
—
Concurrency
4
Spec decoding
yes
Spec method
Dflash
Spec model
poolside/Laguna-S-2.1-DFlash-NVFP4
Spec draft model
—
Spec tokens
15
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Laguna-S-2.1-NVFP4 --served-model-name scholar laguna --speculative-config {"model":"Laguna-S-2.1-DFlash-NVFP4","num_speculative_tokens":15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-num-seqs 32 --max-model-len 262144 --gpu-memory-utilization 0.85 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --host 0.0.0.0 --port 8104
Extra flags
--speculative-config {model:Laguna-S-2.1-DFlash-NVFP4,num_speculative_tokens:15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-model-len 262144 --async-scheduling
Notes
Laguna-S-2.1 (MoE, NVFP4, 118B) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 4 concurrent requests, 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate output 214.85 tok/s (2.1x single-stream 101.44). Per-stream decode drops to 54.69 tok/s under load. DFlash speculative decoding (15 spec tokens) shows less batching benefit than non-spec lanes because draft model contention reduces speculation effectiveness. Consistent at batch=4: 198.93-216.14 tok/s. Batch=8 was inconsistent (133-375 tok/s) due to draft model scheduling.
Reactions
—
Submitted
Jul 25, 2026, 4:18 PM
Last edited
—
22B MoE · Gpt
317.6
tok/s
GB10 Grace Blackwell 128GB
vllm · MXFP4
145ms
33k · 1w ago
Show all run details
Model
openai/gpt-oss-20b
Display name
gpt-oss-20b
Base model
—
Revision
main
Family
Gpt
Parameters
22B
Active params
—
MoE
yes
Output tok/s
317.6
Prefill tok/s
29476
Total tok/s
1431
TTFT
145.2ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
535
Output tokens
128
Prefill tokens
—
Context length
32768
Batch size
8
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
MXFP4
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.26
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
8
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve openai/gpt-oss-20b --served-model-name triage --gpu-memory-utilization 0.26 --enable-prefix-caching --max-model-len 32768 --max-num-seqs 8 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice --host 0.0.0.0 --port 8105
Extra flags
--max-model-len 32768 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice
Notes
gpt-oss-20b (MXFP4 MoE) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 8 concurrent requests (saturates max-num-seqs=8), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate output 317.63 tok/s (6.5x single-stream 49.19). Per-stream decode 39.84 tok/s under load. Very consistent: 312.36-317.69 tok/s. Low gpu-memory-utilization (0.26) leaves headroom for co-tenant embedding/rerank models.
Reactions
—
Submitted
Jul 25, 2026, 4:17 PM
Last edited
—
3B MoE · Qwen
215.1
tok/s
GB10 Grace Blackwell 128GB
vllm · FP8
1158ms
131k · 1w ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B
Display name
Qwen3.6-35B-A3B
Base model
—
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
215.1
Prefill tok/s
3839
Total tok/s
930
TTFT
1158.3ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
131072
Batch size
8
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.6
Max running seqs
16
Scheduler delay
—
Num parallel
—
Concurrency
8
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 8 concurrent requests, 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate output 215.12 tok/s (3.8x single-stream 56.21). Per-stream decode drops to 26.92 tok/s under load. Very consistent: 214.95-215.31 tok/s across all 3 measured runs. Prefill aggregate 3839 tok/s.
Reactions
—
Submitted
Jul 25, 2026, 4:15 PM
Last edited
—
3B MoE · Qwen
39.7
tok/s
GB10 Grace Blackwell 128GB
vllm · AWQ
171ms
131k · 1w ago
Show all run details
Model
QuantTrio/Qwen3.6-35B-A3B-AWQ
Display name
Qwen3.6-35B-A3B-AWQ
Base model
Qwen3.6-35B-A3B
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
39.7
Prefill tok/s
3246.2
Total tok/s
200.2
TTFT
171.3ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
131072
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
AWQ
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.28
Max running seqs
6
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve QuantTrio/Qwen3.6-35B-A3B-AWQ --served-model-name vision --gpu-memory-utilization 0.28 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 6 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8103
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, AWQ quantization) on GB10 Grace Blackwell 128GB unified memory. Benchmark: 556-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Consistent: 38.44-39.91 tok/s. AWQ quantization runs slower decode than the FP8 sibling (~40 vs ~56 tok/s) but with lower memory footprint (0.28 gmu). One TTFT outlier at 250ms (others ~170ms).
Reactions
—
Submitted
Jul 25, 2026, 4:07 PM
Last edited
—
3B MoE · Qwen
54.8
tok/s
GB10 Grace Blackwell 128GB
vllm · FP8
206ms
262k · 1w ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B
Display name
Qwen3.6-35B-A3B
Base model
—
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
54.8
Prefill tok/s
2694.4
Total tok/s
268.6
TTFT
206.4ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
262144
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.5
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder-xl --gpu-memory-utilization 0.50 --enable-prefix-caching --max-model-len 262144 --max-num-batched-tokens 8192 --max-num-seqs 8 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8102
Extra flags
--max-model-len 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory, 256K context window. Benchmark: 556-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Consistent: 54.40-54.89 tok/s. Same model as the 128K-context sibling run but with lower gpu-memory-utilization (0.50) and fewer max sequences (8) to accommodate the larger 256K context window.
Reactions
—
Submitted
Jul 25, 2026, 4:06 PM
Last edited
—
3B MoE · Qwen
56.2
tok/s
GB10 Grace Blackwell 128GB
vllm · FP8
202ms
131k · 1w ago
Show all run details
Model
Qwen/Qwen3.6-35B-A3B
Display name
Qwen3.6-35B-A3B
Base model
—
Revision
main
Family
Qwen
Parameters
36B
Active params
3B
MoE
yes
Output tok/s
56.2
Prefill tok/s
2750.9
Total tok/s
275.9
TTFT
202.1ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
556
Output tokens
128
Prefill tokens
—
Context length
131072
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
FP8
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
FLASHINFER
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.6
Max running seqs
16
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101
Extra flags
--max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling
Notes
Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Benchmark: 556-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Consistent: 55.87-56.29 tok/s across all 5 runs. KV cache in fp8, FlashInfer attention backend.
Reactions
—
Submitted
Jul 25, 2026, 4:05 PM
Last edited
—
22B MoE · Gpt
49.2
tok/s
GB10 Grace Blackwell 128GB
vllm · MXFP4
74ms
33k · 1w ago
Show all run details
Model
openai/gpt-oss-20b
Display name
gpt-oss-20b
Base model
—
Revision
main
Family
Gpt
Parameters
22B
Active params
—
MoE
yes
Output tok/s
49.2
Prefill tok/s
7215.5
Total tok/s
248.0
TTFT
74.1ms
Peak VRAM
—
Power draw
—
Hardware cost
—
Prompt tokens
535
Output tokens
128
Prefill tokens
—
Context length
32768
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
—
Quantization
MXFP4
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
—
Prefill chunk
—
Continuous batching
—
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.26
Max running seqs
8
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
no
Spec method
—
Spec model
—
Spec draft model
—
Spec tokens
—
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve openai/gpt-oss-20b --served-model-name triage --gpu-memory-utilization 0.26 --enable-prefix-caching --max-model-len 32768 --max-num-seqs 8 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice --host 0.0.0.0 --port 8105
Extra flags
--max-model-len 32768 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice
Notes
gpt-oss-20b (MXFP4 MoE) on GB10 Grace Blackwell 128GB unified memory. Benchmark: 535-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Extremely consistent: 49.17-49.26 tok/s across all 5 runs. Low gpu-memory-utilization (0.26) leaves headroom for co-tenant embedding/rerank models on the same device.
Reactions
—
Submitted
Jul 25, 2026, 4:04 PM
Last edited
—
753B MoE · Opt
87.1
tok/s
RTX PRO 6000 Blackwell 96GB ×4
vllm · NVFP4
357ms
1000k · 1w ago
Show all run details
Model
madeby561/GLM-5.2-NVFP4-REAP-504B-term
Display name
GLM-5.2-NVFP4-REAP-504B-term
Base model
GLM-5.2-NVFP4
Revision
main
Family
Opt
Parameters
753B
Active params
—
MoE
yes
Output tok/s
87.1
Prefill tok/s
1555.9
Total tok/s
374.4
TTFT
356.7ms
Peak VRAM
93.4GB
Power draw
—
Hardware cost
—
Prompt tokens
555
Output tokens
128
Prefill tokens
—
Context length
1000000
Batch size
1
Hardware class
DISCRETE_GPU
Hardware
RTX PRO 6000 Blackwell 96GB ×4
GPU slots
—
GPU count
4
VRAM
96GB
Chip vendor
—
Chip family
—
Chip variant
—
Unified memory
—
NPU TOPS
—
CPU
AMD Ryzen Threadripper 9960X 24-Cores
RAM
64GB
OS
linux
Power
—
Engine
vllm
Engine version
0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale
Quantization
NVFP4
Backend
cuda
Tensor parallel
4
Pipeline parallel
1
GPU layers
—
Split mode
—
KV cache dtype
fp8
KV cache size
—
Prefix caching
yes
Attention backend
B12X_MLA_SPARSE
Flash attention
—
Chunked prefill
yes
Prefill chunk
8192
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
modelopt_fp4
SGLang quant
—
GPU mem util
0.95
Max running seqs
2
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
mtp
Spec model
—
Spec draft model
—
Spec tokens
5
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --pipeline-parallel-size 1 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-batched-tokens 8192 --max-num-seqs 2 --max-cudagraph-capture-size 12 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --load-format fastsafetensors --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001
Extra flags
--decode-context-parallel-size 4 --dcp-comm-backend ag_rs --moe-backend b12x --max-model-len 1000000 --max-cudagraph-capture-size 12 --async-scheduling --load-format fastsafetensors --speculative-config {model:/model,method:mtp,num_speculative_tokens:5}
Notes
River House estate Brain (jack-blackwell, 4× RTX PRO 6000 Blackwell Max-Q 96GB, TP4). Model: GLM-5.2 NVFP4 REAP 504B (168 experts/layer, pruned from 753B full). Benchmark: 555-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. MTP speculative decoding active (5 spec tokens). Runs were extremely consistent: 86.82-87.20 tok/s across all 5 measured runs. Custom vLLM build (dark.devotion fork with B12X MLA sparse attention + modelopt_fp4). Benchmark run from Mac cockpit via direct tailnet endpoint (exclusive access).
Reactions
—
Submitted
Jul 25, 2026, 3:58 PM
Last edited
—
118B MoE
101.4
tok/s
GB10 Grace Blackwell 128GB
vllm · NVFP4
325ms
262k · 1w ago
Show all run details
Model
poolside/Laguna-S-2.1-NVFP4
Display name
Laguna-S-2.1-NVFP4
Base model
Laguna-S-2.1
Revision
main
Family
—
Parameters
118B
Active params
—
MoE
yes
Output tok/s
101.4
Prefill tok/s
1624.8
Total tok/s
275.2
TTFT
325ms
Peak VRAM
109GB
Power draw
—
Hardware cost
—
Prompt tokens
528
Output tokens
256
Prefill tokens
—
Context length
262144
Batch size
1
Hardware class
UNIFIED
Hardware
GB10 Grace Blackwell 128GB
GPU slots
—
GPU count
1
VRAM
—
Chip vendor
NVIDIA
Chip family
GB10
Chip variant
GB10 Grace Blackwell
Unified memory
128GB
NPU TOPS
—
CPU
—
RAM
—
OS
Ubuntu 24.04
Power
—
Engine
vllm
Engine version
0.25.1
Quantization
NVFP4
Backend
cuda
Tensor parallel
—
Pipeline parallel
—
GPU layers
—
Split mode
—
KV cache dtype
—
KV cache size
—
Prefix caching
yes
Attention backend
—
Flash attention
—
Chunked prefill
yes
Prefill chunk
—
Continuous batching
yes
CPU offload
—
CPU layers
—
Rope scaling
—
Rope scale
—
Yarn ext factor
—
Engine quant
—
SGLang quant
—
GPU mem util
0.85
Max running seqs
32
Scheduler delay
—
Num parallel
—
Concurrency
—
Spec decoding
yes
Spec method
Dflash
Spec model
poolside/Laguna-S-2.1-DFlash-NVFP4
Spec draft model
—
Spec tokens
15
Spec ngram
—
Spec draft TP
—
MTP enabled
no
MTP draft layers
—
Temperature
0
Top P
—
Top K
—
Min P
—
Repeat penalty
—
Mirostat
—
Command
vllm serve Laguna-S-2.1-NVFP4 --served-model-name scholar laguna --speculative-config {"model":"Laguna-S-2.1-DFlash-NVFP4","num_speculative_tokens":15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --default-chat-template-kwargs {"enable_thinking":true} --override-generation-config {"temperature":0.7,"top_p":0.95} --max-num-seqs 32 --max-model-len 262144 --gpu-memory-utilization 0.85 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --host 0.0.0.0 --port 8104
Extra flags
--speculative-config {model:Laguna-S-2.1-DFlash-NVFP4,num_speculative_tokens:15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --default-chat-template-kwargs {enable_thinking:true} --override-generation-config {temperature:0.7,top_p:0.95} --max-model-len 262144 --async-scheduling
Notes
River House estate scholar lane (spark-f283, DGX Spark GB10 128GB). Benchmark: 528-token prompt, 256 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. DFlash speculative decoding active (15 spec tokens). Steady-state: 4/5 runs clustered 100-106 tok/s (run 3 was a 57 tok/s transient outlier). Benchmark run from Mac cockpit via OpenAI completions API.
Reactions
—
Submitted
Jul 25, 2026, 3:53 PM
Last edited
—
| Model | Hardware | Engine | tok/s out | prefill | tok/s total | TTFT | Depth | Share |
|---|---|---|---|---|---|---|---|---|
| DeepSeek-V4-Flash-0731 304B MoE · Deepseek | RTX PRO 6000 Blackwell 96GB ×4 | vllmFP8 | 345.8 | 618.8 | 369.6 | 137ms | — | |
Show all details for DeepSeek-V4-Flash-0731Model deepseek-ai/DeepSeek-V4-Flash-0731 Display name DeepSeek-V4-Flash-0731 Base model — Revision main Family Deepseek Parameters 304B Active params — MoE yes Output tok/s 345.8 Prefill tok/s 618.8 Total tok/s 369.6 TTFT 137.4ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 85 Output tokens 512 Prefill tokens — Context length 2048 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching no Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.9 Max running seqs 8 Scheduler delay — Num parallel — Concurrency 1 Spec decoding yes Spec method dspark Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command docker compose up -d # vLLM 0.11.2.dev279+...b12x7bfc945.cu132 (SparkInfer/B12X 0.30.0) vllm serve /model --served-model-name DeepSeek-V4-Flash-0731 --trust-remote-code \ --tensor-parallel-size 4 --kv-cache-dtype fp8_ds_mla --moe-backend b12x \ --load-format safetensors -cc.pass_config.fuse_allreduce_rms=True \ --gpu-memory-utilization 0.90 --max-model-len 262144 --max-num-seqs 8 \ --max-num-batched-tokens 8192 --block-size 256 --max-cudagraph-capture-size 48 \ --async-scheduling --enable-chunked-prefill --enable-auto-tool-choice \ --tokenizer-mode deepseek_v4 --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 \ --speculative-config '{"method":"dspark","num_speculative_tokens":5,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' env: CUTE_DSL_ARCH=sm_120a VLLM_USE_V2_MODEL_RUNNER=1 VLLM_USE_B12X_MOE=1 VLLM_USE_B12X_SPARSE_INDEXER=1 VLLM_USE_B12X_FP8_GEMM=0 B12X_DENSE_SPLITK_TURBO=1 B12X_MLA_SM120_PREFILL_F16_ROPE=1 NCCL_P2P_DISABLE=1 NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=SYS NCCL_PROTO=LL,LL128,Simple VLLM_ENABLE_PCIE_ALLREDUCE=0 Notes for anyone reproducing on 4x RTX PRO 6000 Blackwell (SM120): * --block-size 16 is INVALID for the DS-MLA layout: fails several minutes into boot with assert max(sm_page_sizes) <= max(all_page_sizes) in kv_cache_utils.py. Use 256. * DSpark requires decode-context-parallel-size 1. GLM-5.2 profiles use DCP4; DeepSeek cannot. * DeepseekV4 ds_mla accepts fp8_ds_mla only; nvfp4_ds_mla asserts. NVFP4 KV is unsupported on SM120 entirely (vLLM #43562 - trtllm-gen FP4 FMHA is SM100/103 only). * VLLM_USE_B12X_FP8_GEMM must be 0 with DSpark or deep_gemm fp8_einsum hits a layout assert. * --attention-backend B12X_MLA_SPARSE is NOT used: SparkInfer 0.30.0's DSV4 topk-128 MG prefill dispatcher passes scale_format= to io_issue_gather_dsv4_nope(), which rejects it. * Threadripper PRO topology deadlocks on PCIe P2P; NCCL_P2P_DISABLE=1 is mandatory. * Tuning result: breakable_cudagraph=0, moe_force_a16=1, wo_projection=1, gpu_mem_util=0.95 and max_num_seqs=16 were each measured and each LOST to this baseline (347.8-354.8 vs 357.9 on code@temp0). The +28.6% breakable-cudagraph win reported on GB10/SM121 does not transfer to SM120. * Workload dominates every flag. Measured on this exact server with the lmx harness (2 warmups + 5 timed iterations, median) varying ONLY the prompt: default lmx prompt (25 tok, generic prose) -> 225.0 tok/s code-generation prompt (85 tok, this run) -> 345.8 tok/s A separate harness on a comparable code prompt independently measured 345.4 tok/s. With DSpark, tok/s ~= steps/s * (1 + accepted draft tokens); acceptance is far higher on deterministic code than on open-ended prose. THIS SUBMISSION USED THE CODE PROMPT. Compare against entries that used the default prompt accordingly. Extra flags SparkInfer/B12X 0.30.0 MoE backend; --block-size 256; --max-cudagraph-capture-size 48; --async-scheduling; CUTE_DSL_ARCH=sm_120a; NCCL_P2P_DISABLE=1 (PCIe-only host, no P2P) Notes — Reactions 🚀 Submitted Aug 1, 2026, 8:48 PM Last edited — | ||||||||
| DeepSeek-V4-Flash-0731 304B MoE · Deepseek | RTX PRO 6000 Blackwell 96GB ×4 | vllmFP8 | 225.0 | 490.1 | 231.3 | 51ms | — | |
Show all details for DeepSeek-V4-Flash-0731Model deepseek-ai/DeepSeek-V4-Flash-0731 Display name DeepSeek-V4-Flash-0731 Base model — Revision main Family Deepseek Parameters 304B Active params — MoE yes Output tok/s 225 Prefill tok/s 490.1 Total tok/s 231.3 TTFT 51.0ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 25 Output tokens 512 Prefill tokens — Context length 2048 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching no Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.9 Max running seqs 8 Scheduler delay — Num parallel — Concurrency 1 Spec decoding yes Spec method dspark Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command docker compose up -d # vLLM 0.11.2.dev279+...b12x7bfc945.cu132 (SparkInfer/B12X 0.30.0) vllm serve /model --served-model-name DeepSeek-V4-Flash-0731 --trust-remote-code \ --tensor-parallel-size 4 --kv-cache-dtype fp8_ds_mla --moe-backend b12x \ --load-format safetensors -cc.pass_config.fuse_allreduce_rms=True \ --gpu-memory-utilization 0.90 --max-model-len 262144 --max-num-seqs 8 \ --max-num-batched-tokens 8192 --block-size 256 --max-cudagraph-capture-size 48 \ --async-scheduling --enable-chunked-prefill --enable-auto-tool-choice \ --tokenizer-mode deepseek_v4 --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 \ --speculative-config '{"method":"dspark","num_speculative_tokens":5,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' env: CUTE_DSL_ARCH=sm_120a VLLM_USE_V2_MODEL_RUNNER=1 VLLM_USE_B12X_MOE=1 VLLM_USE_B12X_SPARSE_INDEXER=1 VLLM_USE_B12X_FP8_GEMM=0 B12X_DENSE_SPLITK_TURBO=1 B12X_MLA_SM120_PREFILL_F16_ROPE=1 NCCL_P2P_DISABLE=1 NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=SYS NCCL_PROTO=LL,LL128,Simple VLLM_ENABLE_PCIE_ALLREDUCE=0 Notes for anyone reproducing on 4x RTX PRO 6000 Blackwell (SM120): * --block-size 16 is INVALID for the DS-MLA layout: fails several minutes into boot with assert max(sm_page_sizes) <= max(all_page_sizes) in kv_cache_utils.py. Use 256. * DSpark requires decode-context-parallel-size 1. GLM-5.2 profiles use DCP4; DeepSeek cannot. * DeepseekV4 ds_mla accepts fp8_ds_mla only; nvfp4_ds_mla asserts. NVFP4 KV is unsupported on SM120 entirely (vLLM #43562 - trtllm-gen FP4 FMHA is SM100/103 only). * VLLM_USE_B12X_FP8_GEMM must be 0 with DSpark or deep_gemm fp8_einsum hits a layout assert. * --attention-backend B12X_MLA_SPARSE is NOT used: SparkInfer 0.30.0's DSV4 topk-128 MG prefill dispatcher passes scale_format= to io_issue_gather_dsv4_nope(), which rejects it. * Threadripper PRO topology deadlocks on PCIe P2P; NCCL_P2P_DISABLE=1 is mandatory. * Tuning result: breakable_cudagraph=0, moe_force_a16=1, wo_projection=1, gpu_mem_util=0.95 and max_num_seqs=16 were each measured and each LOST to this baseline (347.8-354.8 vs 357.9 on code@temp0). The +28.6% breakable-cudagraph win reported on GB10/SM121 does not transfer to SM120. * Workload dominates every flag: code@temp0 ~345-358 tok/s vs prose ~250-283 tok/s on this exact server. Draft acceptance is far higher on code. Extra flags SparkInfer/B12X 0.30.0 MoE backend; --block-size 256; --max-cudagraph-capture-size 48; --async-scheduling; CUTE_DSL_ARCH=sm_120a; NCCL_P2P_DISABLE=1 (PCIe-only host, no P2P) Notes — Reactions — Submitted Aug 1, 2026, 8:26 PM Last edited — | ||||||||
| Kimi-K3-REAP-224experts 2780B MoE | GB10 Grace Blackwell 768GB | vllmMXFP4 | 2.2 | 97.3 | 8.0 | 1850ms | — | |
Show all details for Kimi-K3-REAP-224expertsModel runrunway/Kimi-K3-REAP-224experts Display name Kimi-K3-REAP-224experts Base model Kimi-K3 Revision 56d996a3b496df7641c428130c07174ebaa36c24 Family — Parameters 2780B Active params — MoE yes Output tok/s 2.2 Prefill tok/s 97.3 Total tok/s 8.0 TTFT 1849.9ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 180 Output tokens 64 Prefill tokens — Context length 4096 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 768GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 768GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 / Ray 2.56.1 / QSFP fabric Power — Engine vllm Engine version — Quantization MXFP4 Backend cuda Tensor parallel 2 Pipeline parallel 3 GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.85 Max running seqs 1 Scheduler delay — Num parallel — Concurrency 1 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve runrunway/Kimi-K3-REAP-224experts --tensor-parallel-size 2 --pipeline-parallel-size 3 --enable-expert-parallel --max-model-len 4096 --gpu-memory-utilization 0.85 --enable-prefix-caching Extra flags --enable-expert-parallel --max-model-len 4096 Notes Six NVIDIA GB10 unified-memory Spark nodes (ee76, f041, b0a8, f283, bf93, cbf2), 6x128 GB = 768 GB total, joined over QSFP. Ray 2.56.1 with vLLM image riverhouse/vllm-kimi-k3-ray:2.56.1-d61e; TP2 x PP3, expert parallel, prefix caching, GPU util 0.85, DeepGEMM disabled (Marlin MXFP4 fallback). Screening decode: 1 warmup + 3 measured trials, concurrency 1, 180 prompt tokens, 64 output-token cap, temperature 0/top_p 1, context 4096. Metrics are medians: 2.1857 output tok/s, 97.3028 prefill tok/s, 7.9537 total tok/s, 1849.9 ms TTFT. All measured trials ended at the output cap (finish_reason=length). Acceptance harness caveat: forced tool choice and cancellation cases failed; core harness status FAIL_CORE, so this is a performance result, not a full compatibility claim. Reactions — Submitted Aug 1, 2026, 7:16 PM Last edited — | ||||||||
| DeepSeek-V4-Flash-0731 304B MoE · Deepseek | RTX PRO 6000 Blackwell 96GB ×4 | vllmMXFP4 | 231.5 | 497.9 | 237.9 | 50ms | — | |
Show all details for DeepSeek-V4-Flash-0731Model deepseek-ai/DeepSeek-V4-Flash-0731 Display name DeepSeek-V4-Flash-0731 Base model — Revision main Family Deepseek Parameters 304B Active params — MoE yes Output tok/s 231.5 Prefill tok/s 497.9 Total tok/s 237.9 TTFT 50.2ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 25 Output tokens 512 Prefill tokens — Context length 2048 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version — Quantization MXFP4 Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching no Attention backend — Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.9 Max running seqs 8 Scheduler delay — Num parallel — Concurrency 1 Spec decoding yes Spec method dspark Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command docker compose up -d # image riverhouse/glm52-hybrid:v1.4-cfe43b0 (vLLM 0.11.2.dev279+eldritch.enlightenment...b12x7bfc945.cu132, b12x/sparkinfer 0.30.0) vllm serve /model --served-model-name DeepSeek-V4-Flash-0731 --trust-remote-code --tensor-parallel-size 4 --kv-cache-dtype fp8_ds_mla --moe-backend b12x --load-format safetensors -cc.pass_config.fuse_allreduce_rms=True --gpu-memory-utilization 0.90 --max-model-len 262144 --max-num-seqs 8 --max-num-batched-tokens 8192 --max-cudagraph-capture-size 48 --async-scheduling --enable-chunked-prefill --enable-auto-tool-choice --tokenizer-mode deepseek_v4 --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 --speculative-config '{"method":"dspark","num_speculative_tokens":5,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' # env: CUTE_DSL_ARCH=sm_120a VLLM_USE_V2_MODEL_RUNNER=1 VLLM_USE_B12X_MOE=1 VLLM_USE_B12X_SPARSE_INDEXER=1 VLLM_USE_B12X_FP8_GEMM=0 B12X_DENSE_SPLITK_TURBO=1 B12X_MLA_SM120_PREFILL_F16_ROPE=1 NCCL_P2P_DISABLE=1 NCCL_IB_DISABLE=1 NCCL_P2P_LEVEL=SYS NCCL_PROTO=LL,LL128,Simple VLLM_ENABLE_PCIE_ALLREDUCE=0 # Notes: Threadripper PRO topology deadlocks on PCIe P2P, so P2P is disabled. b12x MoE is used; b12x MLA (B12X_MLA_SPARSE) is NOT usable for DeepSeek-V4 in b12x 0.30.0 (DSV4 topk-128 MG prefill dispatcher passes scale_format= to io_issue_gather_dsv4_nope(), which rejects it). VLLM_USE_B12X_FP8_GEMM must be 0 with DSpark or deep_gemm fp8_einsum hits a layout assertion during drafter warmup. DSpark requires decode-context-parallel-size 1. DeepseekV4 ds_mla accepts fp8_ds_mla only, not nvfp4_ds_mla. Extra flags b12x/sparkinfer 0.30.0 MoE backend; --async-scheduling; --max-cudagraph-capture-size 48; CUTE_DSL_ARCH=sm_120a; VLLM_USE_V2_MODEL_RUNNER=1; NCCL_P2P_DISABLE=1 (Threadripper PRO P2P deadlock) Notes — Reactions — Submitted Aug 1, 2026, 6:21 PM Last edited — | ||||||||
| DeepSeek-V4-Flash-0731-NVFP4 304B MoE · Deepseek | RTX PRO 6000 Blackwell 384GB ×4 | vllmNVFP4 | 118.2 | — | 136.8 | 33ms | 0k | |
Show all details for DeepSeek-V4-Flash-0731-NVFP4Model auroter/DeepSeek-V4-Flash-0731-NVFP4 Display name DeepSeek-V4-Flash-0731-NVFP4 Base model DeepSeek-V4-Flash-0731 Revision 17e0f9da8257371654d458ba518659aa99954c86 Family Deepseek Parameters 304B Active params — MoE yes Output tok/s 118.2 Prefill tok/s — Total tok/s 136.8 TTFT 32.8ms Peak VRAM 354.1GB Power draw 783.7W (194.1 + 184.2 + 218.3 + 187.2W) Hardware cost — Prompt tokens 84 Output tokens 512 Prefill tokens 0 Context length 262144 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 384GB ×4 GPU slots — GPU count 4 VRAM 384GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU — RAM — OS — Power — Engine vllm Engine version 0.26.0 Quantization NVFP4 Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching no Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.9 Max running seqs — Scheduler delay — Num parallel — Concurrency 1 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve /model --trust-remote-code --served-model-name DeepSeek-V4-Flash-0731-NVFP4 --tensor-parallel-size 4 --enable-expert-parallel --kv-cache-dtype fp8 --max-model-len 262144 --gpu-memory-utilization 0.90 --kernel-config '{"moe_backend":"marlin"}' --enable-prompt-tokens-details --reasoning-parser deepseek_v4 --tool-call-parser deepseek_v4 Extra flags --enable-prompt-tokens-details --reasoning-parser deepseek_v4 --tool-call-parser deepseek_v4 --enable-expert-parallel --kernel-config {moe_backend:marlin} --kv-cache-dtype fp8 --max-model-len 262144 --tensor-parallel-size 4 Notes cold fixed-prompt steady-state decode after 2 throwaway warmup run(s); server usage reported 0 prompt tokens already in KV cache per measured request. Reactions — Submitted Aug 1, 2026, 3:37 PM Last edited — | ||||||||
| Huihui-GLM-5.2-abliterated-GGUF 753B MoE | RTX PRO 6000 Blackwell 96GB ×4 | llama.cppUD-Q2_K_MXFP4 | 47.9 | — | 81.4 | 35ms | — | |
Show all details for Huihui-GLM-5.2-abliterated-GGUFModel huihui-ai/Huihui-GLM-5.2-abliterated-GGUF Display name Huihui-GLM-5.2-abliterated-GGUF Base model GLM-5.2 Revision 994200a058539c553f0977002e58a2f05de845c7 Family — Parameters 753B Active params — MoE yes Output tok/s 47.9 Prefill tok/s — Total tok/s 81.4 TTFT 35.3ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 360 Output tokens 512 Prefill tokens — Context length 524288 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine llama.cpp Engine version 9445 (af6528e6d) Quantization UD-Q2_K_MXFP4 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode layer KV cache dtype q8_0 KV cache size — Prefix caching — Attention backend — Flash attention yes Chunked prefill — Prefill chunk 512 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel 1 Concurrency 1 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command llama-server --model GLM-5.2-UD-Q2_K_MXFP4-00001-of-00007.gguf --alias GLM-5.2 --ctx-size 524288 --parallel 1 --threads 32 --threads-batch 32 --batch-size 2048 --ubatch-size 512 --gpu-layers auto --split-mode layer --fit on --fit-target 4096 --fit-ctx 32768 --flash-attn auto --cache-type-k q8_0 --cache-type-v q8_0 --jinja --reasoning auto --reasoning-format deepseek --cont-batching Extra flags One slot; automatic layer fit; 4096 MiB per-GPU safety target; 32768-token fit floor Notes Single-stream text benchmark on four discrete 96 GB PCIe GPUs: 2 warmups followed by 5 measured streaming temperature-0/top-p-1 runs; median reported (47.80-47.93 output tok/s). Experimental abliterated Q2_K_MXFP4 split GGUF; use requires output review. Official llama.cpp CUDA build 9445 used one 524,288-token slot, Q8 K/V, layer split, continuous batching, no speculative decoding, and automatic fit with a 4 GiB per-GPU safety target. Repeated-prompt TTFT is warm-cache. Generation authentication, exact identity/context, coherent text, automatic tools, streaming, cancellation, and zero restart/OOM passed. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 7:16 AM Last edited — | ||||||||
| GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmMXFP8-NVFP4-NF3-Hybrid | 92.0 | — | 147.5 | 355ms | — | |
Show all details for GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-HybridModel jacklarmer/GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid Display name GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid Base model GLM-5.2-MXFP8-NVFP4-NF3-Hybrid Revision e771827a07cbaed0e2f7c009e3b5ea7979873b8f Family Opt Parameters 753B Active params — MoE yes Output tok/s 92.0 Prefill tok/s — Total tok/s 147.5 TTFT 355.1ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 360 Output tokens 512 Prefill tokens — Context length 480000 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version 0.11.2.dev279+eldritch.enlightenment.v56a5c3e.kingdom.plus5.71fca68.b12x7bfc945.fi25dd814.cu132.20260706 Quantization MXFP8-NVFP4-NF3-Hybrid Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype nvfp4_ds_mla KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk 3072 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.986 Max running seqs 8 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 3 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve jacklarmer/GLM-5.2-Abliterated-MXFP8-NVFP4-NF3-Hybrid --served-model-name glm-5.2-abliterated-MXFP8-NVFP4-NF3-Hybrid --tensor-parallel-size 4 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --dcp-kv-cache-interleave-size 1 --kv-cache-dtype nvfp4_ds_mla --attention-backend B12X_MLA_SPARSE --moe-backend b12x --gpu-memory-utilization 0.986 --max-model-len 480000 --max-num-seqs 8 --max-num-batched-tokens 3072 --num-gpu-blocks-override 2490 --async-scheduling --enable-chunked-prefill --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' Extra flags DCP=4; DCP backend ag_rs; PCIe P2P and B12X all-reduce/A2A disabled for the measured host topology Notes Single-stream text benchmark on four discrete 96 GB PCIe GPUs: 2 warmups followed by 5 measured streaming runs with temperature-0/top-p-1 target sampling and probabilistic MTP-3; median reported (80.24-94.12 output tok/s). Abliterated experimental derivative of the full GLM-5.2 hybrid checkpoint; use requires output review. Runtime is matched to the control: TP4/DCP4, NVFP4 DS-MLA KV, B12X MLA sparse attention/MoE, and prefix caching. Repeated-prompt TTFT is warm-cache. The measured host requires P2P and B12X all-reduce/A2A disabled with ag_rs. Authentication, exact identity, coherent text, automatic tools, streaming, cancellation, and zero restart/OOM passed. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 7:15 AM Last edited — | ||||||||
| GLM-5.2-MXFP8-NVFP4-NF3-Hybrid 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmMXFP8-NVFP4-NF3-Hybrid | 100.1 | — | 159.9 | 355ms | — | |
Show all details for GLM-5.2-MXFP8-NVFP4-NF3-HybridModel madeby561/GLM-5.2-MXFP8-NVFP4-NF3-Hybrid Display name GLM-5.2-MXFP8-NVFP4-NF3-Hybrid Base model GLM-5.2 Revision 68babde27a97a4c980c2494e830dd424975cd5a3 Family Opt Parameters 753B Active params — MoE yes Output tok/s 100.1 Prefill tok/s — Total tok/s 159.9 TTFT 354.9ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 360 Output tokens 512 Prefill tokens — Context length 480000 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version 0.11.2.dev279+eldritch.enlightenment.v56a5c3e.kingdom.plus5.71fca68.b12x7bfc945.fi25dd814.cu132.20260706 Quantization MXFP8-NVFP4-NF3-Hybrid Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype nvfp4_ds_mla KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk 3072 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.986 Max running seqs 8 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 3 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve madeby561/GLM-5.2-MXFP8-NVFP4-NF3-Hybrid --served-model-name GLM-5.2 --tensor-parallel-size 4 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --dcp-kv-cache-interleave-size 1 --kv-cache-dtype nvfp4_ds_mla --attention-backend B12X_MLA_SPARSE --moe-backend b12x --gpu-memory-utilization 0.986 --max-model-len 480000 --max-num-seqs 8 --max-num-batched-tokens 3072 --num-gpu-blocks-override 2490 --async-scheduling --enable-chunked-prefill --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"b12x","draft_sample_method":"probabilistic"}' Extra flags DCP=4; DCP backend ag_rs; PCIe P2P and B12X all-reduce/A2A disabled for the measured host topology Notes Single-stream text benchmark on four discrete 96 GB PCIe GPUs: 2 warmups followed by 5 measured streaming runs with temperature-0/top-p-1 target sampling and probabilistic MTP-3; median reported (84.01-101.34 output tok/s). Full GLM-5.2 hybrid checkpoint with TP4/DCP4, NVFP4 DS-MLA KV, and B12X MLA sparse attention/MoE. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. This host's partial-mesh PCIe topology requires P2P and B12X all-reduce/A2A disabled with the ag_rs DCP path. Authentication, exact identity, coherent text, automatic tools, streaming, cancellation, and zero restart/OOM passed. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 7:13 AM Last edited — | ||||||||
| Qwythos-9B-Claude-Mythos-5-1M 9B · Qwen | GB10 Grace Blackwell 128GB | vllmBF16 | 12.9 | — | 23.8 | 137ms | — | |
Show all details for Qwythos-9B-Claude-Mythos-5-1MModel empero-ai/Qwythos-9B-Claude-Mythos-5-1M Display name Qwythos-9B-Claude-Mythos-5-1M Base model Qwen3.5-9B Revision 763f72fc2c3b186e977adcbaac0c18128f182166 Family Qwen Parameters 9B Active params — MoE no Output tok/s 12.9 Prefill tok/s — Total tok/s 23.8 TTFT 137.1ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 438 Output tokens 512 Prefill tokens — Context length 262144 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.23.1rc1.dev272+gb7abab517.d20260717 Quantization BF16 Backend cuda Tensor parallel 1 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend flashinfer Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.45 Max running seqs 4 Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve empero-ai/Qwythos-9B-Claude-Mythos-5-1M --served-model-name qwythos-9b-claude-mythos-5-1m --tensor-parallel-size 1 --trust-remote-code --dtype auto --kv-cache-dtype fp8 --attention-backend flashinfer --gpu-memory-utilization 0.45 --max-model-len 262144 --max-num-seqs 4 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Extra flags --max-model-len 262144 --async-scheduling --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Notes Single-stream BF16 base configuration: 2 warmups followed by 5 measured streaming greedy runs; median reported (12.85-12.86 output tok/s). The checkpoint advertises a 1M YaRN ceiling, but this conservative qualification served the native 262K context. FP8 KV, FlashInfer attention, prefix caching, and no speculative decoding. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. The model card warns that greedy sampling can loop on some reasoning prompts; both the standardized greedy prompt and a separate recommended-sampling coherence test passed. Authentication, coherent reasoning/final text, automatic tool selection, streaming, and cancellation cleanup passed. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 4:28 AM Last edited — | ||||||||
| Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP 27B · Qwen | GB10 Grace Blackwell 128GB | vllmNVFP4 | 102.8 | — | 169.7 | 688ms | — | |
Show all details for Huihui-Qwen3.6-27B-abliterated-NVFP4-MTPModel sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP Display name Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP Base model Huihui-Qwen3.6-27B-abliterated Revision 0a3ba25350b8a48d7b78b64d68b7cd68f3cc12d8 Family Qwen Parameters 27B Active params — MoE no Output tok/s 102.8 Prefill tok/s — Total tok/s 169.7 TTFT 687.7ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 361 Output tokens 512 Prefill tokens — Context length 262144 Batch size 4 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.23.1rc1.dev272+gb7abab517.d20260717 Quantization NVFP4 Backend cuda Tensor parallel 1 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend flashinfer Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt SGLang quant — GPU mem util 0.4 Max running seqs 8 Scheduler delay — Num parallel — Concurrency 4 Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 3 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP --served-model-name huihui-qwen36-27b-ablit-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 8 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Extra flags --max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Notes Four-concurrent-request text throughput benchmark: 2 warmup waves followed by 5 measured streaming greedy waves; aggregate median reported (102.71-102.80 output tok/s). Each request used 361 prompt and 512 output tokens; batchSize is concurrent requests, while promptTokens/outputTokens are per request. This is 4.29x the same profile's 23.97 tok/s single-stream result. ModelOpt W4A4 NVFP4 checkpoint with mixed higher-precision tensors, FP8 KV, FlashInfer attention, and MTP-3. vLLM warned that FP8 KV q/prob scaling factors were not calibrated in the checkpoint and used 1.0. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 4:18 AM Last edited — | ||||||||
| Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP 27B · Qwen | GB10 Grace Blackwell 128GB | vllmNVFP4 | 24.0 | — | 40.3 | 348ms | — | |
Show all details for Huihui-Qwen3.6-27B-abliterated-NVFP4-MTPModel sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP Display name Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP Base model Huihui-Qwen3.6-27B-abliterated Revision 0a3ba25350b8a48d7b78b64d68b7cd68f3cc12d8 Family Qwen Parameters 27B Active params — MoE no Output tok/s 24.0 Prefill tok/s — Total tok/s 40.3 TTFT 347.5ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 361 Output tokens 512 Prefill tokens — Context length 262144 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.23.1rc1.dev272+gb7abab517.d20260717 Quantization NVFP4 Backend cuda Tensor parallel 1 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend flashinfer Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt SGLang quant — GPU mem util 0.4 Max running seqs 8 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 3 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve sakamakismile/Huihui-Qwen3.6-27B-abliterated-NVFP4-MTP --served-model-name huihui-qwen36-27b-ablit-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 8 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Extra flags --max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Notes Single-stream text benchmark: 2 warmups followed by 5 measured streaming greedy runs; median reported (23.96-24.00 output tok/s). ModelOpt W4A4 NVFP4 checkpoint with mixed higher-precision tensors, FP8 KV, FlashInfer attention, and MTP-3. vLLM warned that FP8 KV q/prob scaling factors were not calibrated in the checkpoint and used 1.0. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Authentication, coherent reasoning/final text, automatic tool selection, streaming, and cancellation cleanup passed. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 4:17 AM Last edited — | ||||||||
| Qwen3.6-35B-A3B-NVFP4 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmNVFP4 | 300.6 | — | 491.5 | 341ms | — | |
Show all details for Qwen3.6-35B-A3B-NVFP4Model nvidia/Qwen3.6-35B-A3B-NVFP4 Display name Qwen3.6-35B-A3B-NVFP4 Base model Qwen3.6-35B-A3B Revision 491c2f1ea524c639598bf8fa787a93fed5a6fbce Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 300.6 Prefill tok/s — Total tok/s 491.5 TTFT 341.0ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 361 Output tokens 512 Prefill tokens — Context length 262144 Batch size 4 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.23.1rc1.dev272+gb7abab517.d20260717 Quantization NVFP4 Backend cuda Tensor parallel 1 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend flashinfer Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt SGLang quant — GPU mem util 0.4 Max running seqs 4 Scheduler delay — Num parallel — Concurrency 4 Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 3 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve nvidia/Qwen3.6-35B-A3B-NVFP4 --served-model-name qwen36-35b-a3b-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --moe-backend marlin --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 4 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Extra flags --moe-backend marlin --max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Notes Four-concurrent-request text throughput benchmark: 2 warmup waves followed by 5 measured streaming greedy waves; aggregate median reported (291.40-324.31 output tok/s). Each request used 361 prompt and 512 output tokens; batchSize is concurrent requests, while promptTokens/outputTokens are per request. This is 2.42x the same profile's 124.07 tok/s single-stream result. NVIDIA ModelOpt NVFP4 with mixed higher-precision tensors, FP8 KV, Marlin MoE backend, FlashInfer attention, and MTP-3. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 3:06 AM Last edited — | ||||||||
| Qwen3.6-35B-A3B-NVFP4 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmNVFP4 | 124.1 | — | 205.2 | 135ms | — | |
Show all details for Qwen3.6-35B-A3B-NVFP4Model nvidia/Qwen3.6-35B-A3B-NVFP4 Display name Qwen3.6-35B-A3B-NVFP4 Base model Qwen3.6-35B-A3B Revision 491c2f1ea524c639598bf8fa787a93fed5a6fbce Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 124.1 Prefill tok/s — Total tok/s 205.2 TTFT 135.2ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 361 Output tokens 512 Prefill tokens — Context length 262144 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.23.1rc1.dev272+gb7abab517.d20260717 Quantization NVFP4 Backend cuda Tensor parallel 1 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend flashinfer Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt SGLang quant — GPU mem util 0.4 Max running seqs 4 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 3 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve nvidia/Qwen3.6-35B-A3B-NVFP4 --served-model-name qwen36-35b-a3b-nvfp4 --tensor-parallel-size 1 --trust-remote-code --quantization modelopt --kv-cache-dtype fp8 --attention-backend flashinfer --moe-backend marlin --gpu-memory-utilization 0.4 --max-model-len 262144 --max-num-seqs 4 --max-num-batched-tokens 8192 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Extra flags --moe-backend marlin --max-model-len 262144 --async-scheduling --speculative-config {"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"} --load-format fastsafetensors --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice Notes Single-stream text benchmark: 2 warmups followed by 5 measured streaming greedy runs; median reported (120.89-127.39 output tok/s). NVIDIA ModelOpt NVFP4 checkpoint with mixed higher-precision tensors, FP8 KV, Marlin MoE backend, FlashInfer attention, and MTP-3. The runtime warned that this GB10 path uses weight-only Marlin FP4 rather than native FP4 compute. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Auth, coherent text, automatic tool selection, streaming, and cancellation cleanup passed. Metrics use server usage counters and client-observed token timing. Reactions — Submitted Jul 31, 2026, 3:03 AM Last edited — | ||||||||
| Qwen3.5-122B-A10B-int4-AutoRound 122B · Qwen | GB10 Grace Blackwell 128GB | vllmINT4 | 33.9 | — | 56.3 | 440ms | — | |
Show all details for Qwen3.5-122B-A10B-int4-AutoRoundModel Intel/Qwen3.5-122B-A10B-int4-AutoRound Display name Qwen3.5-122B-A10B-int4-AutoRound Base model Qwen3.5-122B-A10B Revision 3045d02bb737effc4581da91bddbad3be02934e4 Family Qwen Parameters 122B Active params — MoE no Output tok/s 33.9 Prefill tok/s — Total tok/s 56.3 TTFT 439.7ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 361 Output tokens 512 Prefill tokens — Context length 131072 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.23.1rc1.dev272+gb7abab517.d20260717 Quantization INT4 Backend cuda Tensor parallel 1 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill — Prefill chunk 8192 Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.85 Max running seqs 6 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 2 Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers — Temperature 0 Top P 1 Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Intel/Qwen3.5-122B-A10B-int4-AutoRound --served-model-name qwen35-122b-a10b-int4 --gpu-memory-utilization 0.85 --enable-prefix-caching --trust-remote-code --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 6 --kv-cache-dtype fp8 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --speculative-config '{"method":"mtp","num_speculative_tokens":2}' Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --speculative-config {"method":"mtp","num_speculative_tokens":2} Notes Single-stream text benchmark: 2 warmups followed by 5 measured streaming greedy runs; median reported (33.46-34.25 output tok/s). AutoRound symmetric INT4, group size 128, auto_gptq packing; shared-expert tensors remain BF16. Prefix caching was enabled, so repeated-prompt TTFT is warm-cache. Metrics use server usage counters and client-observed token timing. Automatic tool selection passed; forced tool_choice=required hit a vLLM xgrammar error in this runtime. Public-equivalent launch command omits authentication and endpoint details. Reactions — Submitted Jul 31, 2026, 2:56 AM Last edited — | ||||||||
| Laguna-S-2.1-MLX-4bit 118B MoE | M5 Max 128GB | mlx4bit-affine-gs64 | 13.3 | 51.8 | — | 15721ms | — | |
Show all details for Laguna-S-2.1-MLX-4bitModel pipenetwork/Laguna-S-2.1-MLX-4bit Display name Laguna-S-2.1-MLX-4bit Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 13.3 Prefill tok/s 51.8 Total tok/s — TTFT 15720.9ms Peak VRAM 66GB Power draw — Hardware cost — Prompt tokens 814 Output tokens 128 Prefill tokens — Context length 952 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine mlx Engine version mlx 0.32.0 + mlx-lm 0.31.3 Quantization 4bit-affine-gs64 Backend metal Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend sdpa Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command python -c 'import mlx_lm; mlx_lm.generate(...)' (stock, no opts) Extra flags — Notes Stock baseline (no optimizations, no zmlx, no compile). Prompt: 814 tokens, decode: 128 tokens greedy (temp=0). For comparison: optimized version achieves 63.7 tok/s on same hardware. Code: github.com/jacklarmer/laguna-apple Reactions — Submitted Jul 27, 2026, 2:50 PM Last edited — | ||||||||
| Laguna-S-2.1-MLX-4bit 118B MoE | M5 Max 128GB | mlx4bit-affine-gs64 | 60.9 | 842.6 | — | 1868ms | — | |
Show all details for Laguna-S-2.1-MLX-4bitModel pipenetwork/Laguna-S-2.1-MLX-4bit Display name Laguna-S-2.1-MLX-4bit Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 60.9 Prefill tok/s 842.6 Total tok/s — TTFT 1868ms Peak VRAM 66GB Power draw — Hardware cost — Prompt tokens 1574 Output tokens 128 Prefill tokens — Context length 1800 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine mlx Engine version mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0 Quantization 4bit-affine-gs64 Backend metal Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend sdpa Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command python bench_speed.py (optimized: compile+zmlx+sigmoid+masks+bf16gate) Extra flags — Notes Optimized. One-big-function @mx.compile (48 layers) + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating. Prompt: 1574 tokens, decode: 128 tokens greedy (temp=0). Quality: 0.9555 Pearson logit corr vs BF16 ref. Code: github.com/jacklarmer/laguna-apple Reactions — Submitted Jul 27, 2026, 2:49 PM Last edited — | ||||||||
| Laguna-S-2.1-MLX-4bit 118B MoE | M5 Max 128GB | mlx4bit-affine-gs64 | 63.8 | 1015.5 | — | 802ms | — | |
Show all details for Laguna-S-2.1-MLX-4bitModel pipenetwork/Laguna-S-2.1-MLX-4bit Display name Laguna-S-2.1-MLX-4bit Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 63.8 Prefill tok/s 1015.5 Total tok/s — TTFT 801.6ms Peak VRAM 66GB Power draw — Hardware cost — Prompt tokens 814 Output tokens 128 Prefill tokens — Context length 1200 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine mlx Engine version mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0 Quantization 4bit-affine-gs64 Backend metal Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend sdpa Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command python bench_speed.py (optimized: compile+zmlx+sigmoid+masks+bf16gate) Extra flags — Notes Optimized. One-big-function @mx.compile (48 layers) + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating. Prompt: 814 tokens, decode: 128 tokens greedy (temp=0). Quality: 0.9555 Pearson logit corr vs BF16 ref. Code: github.com/jacklarmer/laguna-apple Reactions — Submitted Jul 27, 2026, 2:48 PM Last edited — | ||||||||
| Laguna-S-2.1-MLX-4bit 118B MoE | M5 Max 128GB | mlx4bit-affine-gs64 | 63.9 | 56.3 | — | 1669ms | — | |
Show all details for Laguna-S-2.1-MLX-4bitModel pipenetwork/Laguna-S-2.1-MLX-4bit Display name Laguna-S-2.1-MLX-4bit Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 63.9 Prefill tok/s 56.3 Total tok/s — TTFT 1668.7ms Peak VRAM 66GB Power draw — Hardware cost — Prompt tokens 94 Output tokens 128 Prefill tokens — Context length 1200 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine mlx Engine version mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0 Quantization 4bit-affine-gs64 Backend metal Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend sdpa Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command python bench_speed.py (optimized: compile+zmlx+sigmoid+masks+bf16gate) Extra flags — Notes Optimized. One-big-function @mx.compile (48 layers) + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating. Prompt: 94 tokens, decode: 128 tokens greedy (temp=0). Quality: 0.9555 Pearson logit corr vs BF16 ref. Code: github.com/jacklarmer/laguna-apple Reactions — Submitted Jul 27, 2026, 2:47 PM Last edited — | ||||||||
| Laguna-S-2.1-MLX-4bit 118B MoE | M5 Max 128GB | mlx4bit-affine-gs64 | 69.5 | 139.2 | — | 1710ms | — | |
Show all details for Laguna-S-2.1-MLX-4bitModel pipenetwork/Laguna-S-2.1-MLX-4bit Display name Laguna-S-2.1-MLX-4bit Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 69.5 Prefill tok/s 139.2 Total tok/s — TTFT 1710.3ms Peak VRAM 66GB Power draw — Hardware cost — Prompt tokens 238 Output tokens 128 Prefill tokens — Context length 376 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine mlx Engine version mlx 0.32.0 + mlx-lm 0.31.3 + zmlx 0.9.0 Quantization 4bit-affine-gs64 Backend metal Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend sdpa Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command python bench_speed.py (one-big-function @mx.compile + zmlx moe_mlp sigmoid gating fix + precomputed masks + bf16 gating) Extra flags — Notes Optimized MLX decode: one-big-function @mx.compile (48 layers), zmlx moe_mlp patch with sigmoid gating fix (zmlx defaults to softmax, Laguna uses sigmoid), precomputed attention masks, bfloat16 gating. Pure MLX, no torch/CUDA. Quality: 0.9555 Pearson logit correlation vs BF16 reference. Code: github.com/jacklarmer/laguna-apple Reactions — Submitted Jul 27, 2026, 2:43 PM Last edited — | ||||||||
| gpt-oss-20b 22B MoE · Gpt | GB10 Grace Blackwell 121GB | vllmFP16 | 49.1 | — | 66.0 | — | — | |
Show all details for gpt-oss-20bModel openai/gpt-oss-20b Display name gpt-oss-20b Base model — Revision main Family Gpt Parameters 22B Active params — MoE yes Output tok/s 49.1 Prefill tok/s — Total tok/s 66 TTFT — Peak VRAM — Power draw — Hardware cost — Prompt tokens 88 Output tokens 256 Prefill tokens — Context length 128000 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 121GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant Grace Blackwell Unified memory 121GB NPU TOPS — CPU Cortex-X925 RAM — OS linux Power — Engine vllm Engine version — Quantization FP16 Backend — Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command Extra flags — Notes — Reactions — Submitted Jul 27, 2026, 1:22 AM Last edited — | ||||||||
| Laguna-S-2.1-NVFP4 118B MoE | GB10 Grace Blackwell 121GB | vllmNVFP4 | 20.6 | — | 24.9 | 426ms | — | |
Show all details for Laguna-S-2.1-NVFP4Model poolside/Laguna-S-2.1-NVFP4 Display name Laguna-S-2.1-NVFP4 Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 20.6 Prefill tok/s — Total tok/s 24.9 TTFT 425.9ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 63 Output tokens 256 Prefill tokens — Context length 128000 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 121GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant Grace Blackwell Unified memory 121GB NPU TOPS — CPU Cortex-X925 RAM — OS linux Power — Engine vllm Engine version — Quantization NVFP4 Backend — Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command Extra flags — Notes — Reactions — Submitted Jul 27, 2026, 1:21 AM Last edited — | ||||||||
| Qwen3.6-35B-A3B-AWQ 3B MoE · Qwen | GB10 Grace Blackwell 121GB | vllmAWQ | 39.1 | — | 44.0 | — | — | |
Show all details for Qwen3.6-35B-A3B-AWQModel QuantTrio/Qwen3.6-35B-A3B-AWQ Display name Qwen3.6-35B-A3B-AWQ Base model Qwen3.6-35B-A3B Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 39.1 Prefill tok/s — Total tok/s 44 TTFT — Peak VRAM — Power draw — Hardware cost — Prompt tokens 32 Output tokens 256 Prefill tokens — Context length 128000 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 121GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant Grace Blackwell Unified memory 121GB NPU TOPS — CPU Cortex-X925 RAM — OS linux Power — Engine vllm Engine version — Quantization AWQ Backend — Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command Extra flags — Notes — Reactions — Submitted Jul 27, 2026, 1:20 AM Last edited — | ||||||||
| Qwen3.6-35B-A3B-FP8 35B · Qwen | GB10 Grace Blackwell 121GB | vllmFP8 | 53.0 | — | 59.7 | — | — | |
Show all details for Qwen3.6-35B-A3B-FP8Model Qwen/Qwen3.6-35B-A3B-FP8 Display name Qwen3.6-35B-A3B-FP8 Base model Qwen3.6-35B-A3B Revision main Family Qwen Parameters 35B Active params — MoE no Output tok/s 53 Prefill tok/s — Total tok/s 59.7 TTFT — Peak VRAM — Power draw — Hardware cost — Prompt tokens 32 Output tokens 256 Prefill tokens — Context length 128000 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 121GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant Grace Blackwell Unified memory 121GB NPU TOPS — CPU Cortex-X925 RAM — OS linux Power — Engine vllm Engine version — Quantization FP8 Backend — Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command Extra flags — Notes — Reactions — Submitted Jul 27, 2026, 1:19 AM Last edited — | ||||||||
| Qwen3.6-35B-A3B-FP8 35B · Qwen | GB10 Grace Blackwell 121GB | vllmFP8 | 55.1 | — | 62.0 | — | — | |
Show all details for Qwen3.6-35B-A3B-FP8Model Qwen/Qwen3.6-35B-A3B-FP8 Display name Qwen3.6-35B-A3B-FP8 Base model Qwen3.6-35B-A3B Revision main Family Qwen Parameters 35B Active params — MoE no Output tok/s 55.1 Prefill tok/s — Total tok/s 62 TTFT — Peak VRAM — Power draw — Hardware cost — Prompt tokens 32 Output tokens 256 Prefill tokens — Context length 128000 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 121GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant Grace Blackwell Unified memory 121GB NPU TOPS — CPU Cortex-X925 RAM — OS linux Power — Engine vllm Engine version — Quantization FP8 Backend — Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command Extra flags — Notes — Reactions — Submitted Jul 27, 2026, 1:17 AM Last edited — | ||||||||
| GLM-5.2-MXFP8-NVFP4-NF3-Hybrid 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmNVFP4 | 79.6 | — | 90.2 | — | — | |
Show all details for GLM-5.2-MXFP8-NVFP4-NF3-HybridModel madeby561/GLM-5.2-MXFP8-NVFP4-NF3-Hybrid Display name GLM-5.2-MXFP8-NVFP4-NF3-Hybrid Base model GLM-5.2 Revision main Family Opt Parameters 753B Active params — MoE yes Output tok/s 79.6 Prefill tok/s — Total tok/s 90.2 TTFT — Peak VRAM — Power draw — Hardware cost — Prompt tokens 34 Output tokens 256 Prefill tokens — Context length 480000 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version — Quantization NVFP4 Backend — Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype nvfp4_ds_mla KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.986 Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled yes MTP draft layers 3 Temperature — Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve /model --tensor-parallel-size 4 --decode-context-parallel-size 4 --kv-cache-dtype nvfp4_ds_mla --attention-backend B12X_MLA_SPARSE --moe-backend b12x --gpu-memory-utilization 0.986 --max-model-len 480000 --enable-prefix-caching --enable-chunked-prefill --async-scheduling --speculative-config {method:mtp,num_speculative_tokens:3} Extra flags --decode-context-parallel-size 4 --moe-backend b12x --max-model-len 480000 --async-scheduling --speculative-config {method:mtp,num_speculative_tokens:3} Notes — Reactions — Submitted Jul 27, 2026, 1:17 AM Last edited — | ||||||||
| Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive 3B MoE · Qwen | M5 Max 128GB | llama.cppQ6_K_P | 99.7 | 27682.5 | 524.1 | 20ms | — | |
Show all details for Qwen3.6-35B-A3B-Uncensored-HauhauCS-AggressiveModel HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive Display name Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive Base model Qwen3.6-35B-A3B Revision main Family Qwen Parameters 35B Active params 3B MoE yes Output tok/s 99.7 Prefill tok/s 27682.5 Total tok/s 524.1 TTFT 20.1ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 8192 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine llama.cpp Engine version b10079 Quantization Q6_K_P Backend metal Tensor parallel — Pipeline parallel — GPU layers 99 Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention yes Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command llama-server -m Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q6_K_P.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0 Extra flags — Notes Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive (Q6_K_P, 29GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 556-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Consistent: 98.08-100.16 tok/s. 35B-A3B MoE (3B active params) at Q6_K_P higher-precision quant. Reactions — Submitted Jul 25, 2026, 7:23 PM Last edited — | ||||||||
| Qwen3-VL-30B-A3B-Instruct-GGUF 3B MoE · Qwen | M5 Max 128GB | llama.cppQ4_K_M | 138.6 | 67121.5 | 733.1 | 8ms | — | |
Show all details for Qwen3-VL-30B-A3B-Instruct-GGUFModel Qwen/Qwen3-VL-30B-A3B-Instruct-GGUF Display name Qwen3-VL-30B-A3B-Instruct-GGUF Base model Qwen3-VL-30B-A3B-Instruct Revision main Family Qwen Parameters 31B Active params 3B MoE yes Output tok/s 138.6 Prefill tok/s 67121.5 Total tok/s 733.1 TTFT 8.3ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 555 Output tokens 128 Prefill tokens — Context length 8192 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine llama.cpp Engine version b10079 Quantization Q4_K_M Backend metal Tensor parallel — Pipeline parallel — GPU layers 99 Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention yes Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command llama-server -m Qwen3VL-30B-A3B-Instruct-Q4_K_M.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0 Extra flags — Notes Qwen3-VL-30B-A3B-Instruct (Q4_K_M, 18GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 555-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Extremely consistent: 138.44-138.67 tok/s. 30B-A3B MoE (3B active params) delivers the highest single-stream throughput of any model tested on this hardware. Prefill at 67122 tok/s. Reactions — Submitted Jul 25, 2026, 6:23 PM Last edited — | ||||||||
| Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF 158B MoE · Deepseek | M5 Max 128GB | llama.cppQ2 | 12.1 | 3544.8 | 61.5 | 151ms | — | |
Show all details for Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUFModel huihui-ai/Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF Display name Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF Base model DeepSeek-V4-Flash Revision main Family Deepseek Parameters 158B Active params — MoE yes Output tok/s 12.1 Prefill tok/s 3544.8 Total tok/s 61.5 TTFT 150.9ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 535 Output tokens 128 Prefill tokens — Context length 4096 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine llama.cpp Engine version b10079 Quantization Q2 Backend metal Tensor parallel — Pipeline parallel — GPU layers 99 Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention yes Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command llama-server -m Huihui-DeepSeek-V4-Flash-BF16-abliterated-ds4-Q2.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 4096 --flash-attn on --temp 0 Extra flags — Notes DeepSeek-V4-Flash abliterated (Q2, 81GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 535-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Consistent: 11.95-12.37 tok/s. Some DeepSeek-specific fused ops (Lightning Indexer, HC pre/comb/post) fall back to CPU on Metal; native Metal support would improve throughput. Demonstrates a 180B-class MoE fitting in 128GB unified memory. Reactions — Submitted Jul 25, 2026, 5:34 PM Last edited — | ||||||||
| Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF 30B | M5 Max 128GB | llama.cppQ4_K_M | 113.7 | 28714.4 | 588.7 | 19ms | — | |
Show all details for Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUFModel lmstudio-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF Display name Nemotron-3-Nano-Omni-30B-A3B-Reasoning-GGUF Base model Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16 Revision main Family — Parameters 30B Active params — MoE no Output tok/s 113.7 Prefill tok/s 28714.4 Total tok/s 588.7 TTFT 19ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 546 Output tokens 128 Prefill tokens — Context length 8192 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine llama.cpp Engine version b10079 Quantization Q4_K_M Backend metal Tensor parallel — Pipeline parallel — GPU layers 99 Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention yes Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command llama-server -m Nemotron-3-Nano-Omni-30B-A3B-Reasoning-Q4_K_M.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0 Extra flags — Notes Nemotron-3-Nano-Omni-30B-A3B-Reasoning (Q4_K_M, 23GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention. 546-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Extremely consistent: 113.24-113.89 tok/s. 30B-A3B MoE architecture (3B active params) delivers very high throughput. Prefill at 28714 tok/s. Reactions — Submitted Jul 25, 2026, 5:30 PM Last edited — | ||||||||
| qwen27b-abliterated-Fable-MTP 27B MoE · Qwen | M5 Max 128GB | llama.cppQ4_K_M | 26.2 | 7761.9 | 138.2 | 72ms | — | |
Show all details for qwen27b-abliterated-Fable-MTPModel hotdogs/qwen27b-abliterated-Fable-MTP Display name qwen27b-abliterated-Fable-MTP Base model Huihui-Qwen3.6-27B-abliterated Revision main Family Qwen Parameters 27B Active params — MoE yes Output tok/s 26.2 Prefill tok/s 7761.9 Total tok/s 138.2 TTFT 71.6ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 8192 Batch size 1 Hardware class UNIFIED Hardware M5 Max 128GB GPU slots — GPU count 1 VRAM — Chip vendor Apple Chip family M5 Chip variant M5 Max Unified memory 128GB NPU TOPS — CPU — RAM — OS — Power — Engine llama.cpp Engine version b10079 Quantization Q4_K_M Backend metal Tensor parallel — Pipeline parallel — GPU layers 99 Split mode — KV cache dtype — KV cache size — Prefix caching — Attention backend — Flash attention yes Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util — Max running seqs — Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command llama-server -m Qwen3.6-27B-abliterated-Fable-opus4.8-cyber.Q4_K_M.MTP.gguf --host 127.0.0.1 --port 8089 -ngl 99 -c 8192 --flash-attn on --temp 0 Extra flags — Notes Qwen3.6-27B abliterated Fable MTP finetune (Q4_K_M, 16GB on disk) on Apple M5 Max 128GB unified memory. llama.cpp b10079 with Metal backend, all layers on GPU, flash attention enabled. 556-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). Consistent: 25.85-26.85 tok/s. Fast prefill at 7762 tok/s (Apple Metal compute). Reactions — Submitted Jul 25, 2026, 5:28 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmFP8 | 55.6 | 2690.2 | 272.8 | 207ms | — | |
Show all details for Qwen3.6-35B-A3BModel Qwen/Qwen3.6-35B-A3B Display name Qwen3.6-35B-A3B Base model — Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 55.6 Prefill tok/s 2690.2 Total tok/s 272.8 TTFT 206.7ms Peak VRAM — Power draw 24.9W Hardware cost $4,500 GB10 Grace Blackwell · used · 2026 · $4,500 Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 131072 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.6 Max running seqs 16 Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101 Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Single-stream with measured power draw. 556-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). gpuPowerWatts sampled during sustained decode: 24.9 W. Extremely consistent: 55.44-55.72 tok/s. KV cache in fp8, FlashInfer attention backend. Reactions — Submitted Jul 25, 2026, 4:56 PM Last edited — | ||||||||
| Laguna-S-2.1-NVFP4 118B MoE | GB10 Grace Blackwell 128GB | vllmNVFP4 | 100.7 | 1629.4 | 273.1 | 324ms | — | |
Show all details for Laguna-S-2.1-NVFP4Model poolside/Laguna-S-2.1-NVFP4 Display name Laguna-S-2.1-NVFP4 Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 100.7 Prefill tok/s 1629.4 Total tok/s 273.1 TTFT 324ms Peak VRAM 109GB Power draw 34.2W Hardware cost $4,500 GB10 Grace Blackwell · used · 2026 · $4,500 Prompt tokens 528 Output tokens 256 Prefill tokens — Context length 262144 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.25.1 Quantization NVFP4 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill yes Prefill chunk — Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.85 Max running seqs 32 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method Dflash Spec model poolside/Laguna-S-2.1-DFlash-NVFP4 Spec draft model — Spec tokens 15 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Laguna-S-2.1-NVFP4 --served-model-name scholar laguna --speculative-config {"model":"Laguna-S-2.1-DFlash-NVFP4","num_speculative_tokens":15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-num-seqs 32 --max-model-len 262144 --gpu-memory-utilization 0.85 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --host 0.0.0.0 --port 8104 Extra flags --speculative-config {model:Laguna-S-2.1-DFlash-NVFP4,num_speculative_tokens:15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-model-len 262144 --async-scheduling Notes Laguna-S-2.1 (MoE, NVFP4, 118B) on GB10 Grace Blackwell 128GB unified memory. Single-stream with measured power draw. 528-token prompt, 256 output tokens, temperature=0, 2 warmup + 5 measured runs (median). gpuPowerWatts sampled during sustained decode: 34.2 W. DFlash speculative decoding (15 spec tokens). Run 5 was a transient outlier (20.71 tok/s); runs 1-4 were 95.77-106.06 tok/s. Reactions — Submitted Jul 25, 2026, 4:54 PM Last edited — | ||||||||
| GLM-5.2-NVFP4-REAP-504B-term 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmNVFP4 | 86.8 | 1561.6 | 373.1 | 355ms | — | |
Show all details for GLM-5.2-NVFP4-REAP-504B-termModel madeby561/GLM-5.2-NVFP4-REAP-504B-term Display name GLM-5.2-NVFP4-REAP-504B-term Base model GLM-5.2-NVFP4 Revision main Family Opt Parameters 753B Active params — MoE yes Output tok/s 86.8 Prefill tok/s 1561.6 Total tok/s 373.1 TTFT 355.4ms Peak VRAM 93.4GB Power draw 881.7W (223.2 + 204.7 + 238.3 + 215.5W) Hardware cost $12,000 NVIDIA RTX PRO 6000 Blackwell · used · 2026 · $12,000 Prompt tokens 555 Output tokens 128 Prefill tokens — Context length 1000000 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version 0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale Quantization NVFP4 Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk — Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt_fp4 SGLang quant — GPU mem util 0.95 Max running seqs 2 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-seqs 2 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001 Extra flags --moe-backend b12x --max-model-len 1000000 --async-scheduling --speculative-config {model:/model,method:mtp,num_speculative_tokens:5} Notes GLM-5.2 NVFP4 REAP 504B on 4x RTX PRO 6000 Blackwell (TP4). Single-stream with measured per-GPU power draw. 555-token prompt, 128 output tokens, temperature=0, 2 warmup + 5 measured runs (median). gpuPowerWatts sampled via nvidia-smi during sustained decode: [223, 205, 238, 216] W per card, 882 W total. MTP speculative decoding (5 spec tokens). Consistent: 86.40-87.32 tok/s across all 5 runs. Reactions — Submitted Jul 25, 2026, 4:53 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B-AWQ 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmAWQ | 157.0 | 4812.5 | 682.0 | 693ms | — | |
Show all details for Qwen3.6-35B-A3B-AWQModel QuantTrio/Qwen3.6-35B-A3B-AWQ Display name Qwen3.6-35B-A3B-AWQ Base model Qwen3.6-35B-A3B Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 157 Prefill tok/s 4812.5 Total tok/s 682 TTFT 693.2ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 131072 Batch size 6 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization AWQ Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.28 Max running seqs 6 Scheduler delay — Num parallel — Concurrency 6 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve QuantTrio/Qwen3.6-35B-A3B-AWQ --served-model-name vision --gpu-memory-utilization 0.28 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 6 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8103 Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, AWQ) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 6 concurrent requests (saturates max-num-seqs=6), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 157.00 tok/s (4.0x single-stream 39.68). Per-stream 26.20 tok/s. Consistent: 155.51-160.58 tok/s. AWQ batching efficiency (4.0x) is comparable to FP8 (3.8x at batch=8), showing the quant format does not materially impact batching efficiency. Reactions — Submitted Jul 25, 2026, 4:32 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmFP8 | 359.2 | 6428.7 | 1554.0 | 1384ms | — | |
Show all details for Qwen3.6-35B-A3BModel Qwen/Qwen3.6-35B-A3B Display name Qwen3.6-35B-A3B Base model — Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 359.2 Prefill tok/s 6428.7 Total tok/s 1554 TTFT 1383.8ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 131072 Batch size 16 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.6 Max running seqs 16 Scheduler delay — Num parallel — Concurrency 16 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101 Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 16 concurrent requests (saturates max-num-seqs=16), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 359.16 tok/s (6.4x single-stream 56.21). Per-stream 22.48 tok/s. Extremely consistent: 358.62-360.27 tok/s. Near-linear scaling from batch=8 (215 tok/s) to batch=16 (359 tok/s) shows the GB10 unified memory handles KV cache for 16 concurrent streams efficiently. Reactions — Submitted Jul 25, 2026, 4:30 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmFP8 | 202.8 | 4038.9 | 877.0 | 1101ms | — | |
Show all details for Qwen3.6-35B-A3BModel Qwen/Qwen3.6-35B-A3B Display name Qwen3.6-35B-A3B Base model — Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 202.8 Prefill tok/s 4038.9 Total tok/s 877 TTFT 1101.3ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 262144 Batch size 8 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.5 Max running seqs 8 Scheduler delay — Num parallel — Concurrency 8 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder-xl --gpu-memory-utilization 0.50 --enable-prefix-caching --max-model-len 262144 --max-num-batched-tokens 8192 --max-num-seqs 8 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8102 Extra flags --max-model-len 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory, 256K context window. Conthroughput run: 8 concurrent requests (saturates max-num-seqs=8), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 202.75 tok/s (3.7x single-stream 54.76). Per-stream 25.39 tok/s. Consistent: 201.84-208.70 tok/s. Slightly lower than the 128K-context sibling (215.12 tok/s) due to lower gpu-memory-utilization (0.50 vs 0.60) and fewer max sequences (8 vs 16). Reactions — Submitted Jul 25, 2026, 4:28 PM Last edited — | ||||||||
| GLM-5.2-NVFP4-REAP-504B-term 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmNVFP4 | 37.4 | 2155.3 | 73.1 | 515ms | — | |
Show all details for GLM-5.2-NVFP4-REAP-504B-termModel madeby561/GLM-5.2-NVFP4-REAP-504B-term Display name GLM-5.2-NVFP4-REAP-504B-term Base model GLM-5.2-NVFP4 Revision main Family Opt Parameters 753B Active params — MoE yes Output tok/s 37.4 Prefill tok/s 2155.3 Total tok/s 73.1 TTFT 515ms Peak VRAM 93.4GB Power draw — Hardware cost — Prompt tokens 555 Output tokens 128 Prefill tokens — Context length 1000000 Batch size 2 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version 0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale Quantization NVFP4 Backend cuda Tensor parallel 4 Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk — Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt_fp4 SGLang quant — GPU mem util 0.95 Max running seqs 2 Scheduler delay — Num parallel — Concurrency 2 Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-seqs 2 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001 Extra flags --moe-backend b12x --max-model-len 1000000 --async-scheduling --speculative-config {model:/model,method:mtp,num_speculative_tokens:5} Notes GLM-5.2 NVFP4 REAP 504B on 4x RTX PRO 6000 Blackwell (TP4). Conthroughput run: 2 concurrent requests (saturates max-num-seqs=2), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate 37.42 tok/s -- LESS than single-stream 87.09 tok/s. Per-stream drops to 18.73 tok/s. MTP speculative decoding degrades severely under concurrent load: the draft model serves both sequences and speculation effectiveness drops, making concurrency counterproductive. This explains the deliberately small max-num-seqs=2. Consistent: 37.42-37.46 tok/s on 2/3 runs (run 3 was 25.74, a transient). Reactions — Submitted Jul 25, 2026, 4:26 PM Last edited — | ||||||||
| GLM-5.2-NVFP4-REAP-504B-term 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmNVFP4 | 81.1 | 1498.9 | 1409.2 | 11216ms | — | |
Show all details for GLM-5.2-NVFP4-REAP-504B-termModel madeby561/GLM-5.2-NVFP4-REAP-504B-term Display name GLM-5.2-NVFP4-REAP-504B-term Base model GLM-5.2-NVFP4 Revision main Family Opt Parameters 753B Active params — MoE yes Output tok/s 81.1 Prefill tok/s 1498.9 Total tok/s 1409.2 TTFT 11216.3ms Peak VRAM 93.4GB Power draw — Hardware cost — Prompt tokens 16854 Output tokens 64 Prefill tokens — Context length 1000000 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version 0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale Quantization NVFP4 Backend cuda Tensor parallel 4 Pipeline parallel 1 GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt_fp4 SGLang quant — GPU mem util 0.95 Max running seqs 2 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --pipeline-parallel-size 1 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-batched-tokens 8192 --max-num-seqs 2 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001 Extra flags --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --moe-backend b12x --max-model-len 1000000 --async-scheduling --speculative-config {model:/model,method:mtp,num_speculative_tokens:5} Notes GLM-5.2 NVFP4 REAP 504B on 4x RTX PRO 6000 Blackwell (TP4). Long-context prefill benchmark: 16854-token prompt (unique per run to bypass prefix cache), 64 output tokens, temperature=0, 1 warmup + 3 measured runs (median of 2 clean runs; 1 run hit early EOS and was excluded). Prefill throughput 1499 tok/s at 16.8K tokens -- nearly identical to the 555-token benchmark (1556 tok/s), showing flat prefill scaling. TTFT 11.2s for 16.8K tokens. Decode speed 81 tok/s (MTP spec decoding, 5 spec tokens). Reactions — Submitted Jul 25, 2026, 4:20 PM Last edited — | ||||||||
| Laguna-S-2.1-NVFP4 118B MoE | GB10 Grace Blackwell 128GB | vllmNVFP4 | 214.8 | 3501.0 | 902.0 | 604ms | — | |
Show all details for Laguna-S-2.1-NVFP4Model poolside/Laguna-S-2.1-NVFP4 Display name Laguna-S-2.1-NVFP4 Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 214.8 Prefill tok/s 3501 Total tok/s 902 TTFT 603.5ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 528 Output tokens 128 Prefill tokens — Context length 262144 Batch size 4 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.25.1 Quantization NVFP4 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill yes Prefill chunk — Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.85 Max running seqs 32 Scheduler delay — Num parallel — Concurrency 4 Spec decoding yes Spec method Dflash Spec model poolside/Laguna-S-2.1-DFlash-NVFP4 Spec draft model — Spec tokens 15 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Laguna-S-2.1-NVFP4 --served-model-name scholar laguna --speculative-config {"model":"Laguna-S-2.1-DFlash-NVFP4","num_speculative_tokens":15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-num-seqs 32 --max-model-len 262144 --gpu-memory-utilization 0.85 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --host 0.0.0.0 --port 8104 Extra flags --speculative-config {model:Laguna-S-2.1-DFlash-NVFP4,num_speculative_tokens:15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --max-model-len 262144 --async-scheduling Notes Laguna-S-2.1 (MoE, NVFP4, 118B) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 4 concurrent requests, 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate output 214.85 tok/s (2.1x single-stream 101.44). Per-stream decode drops to 54.69 tok/s under load. DFlash speculative decoding (15 spec tokens) shows less batching benefit than non-spec lanes because draft model contention reduces speculation effectiveness. Consistent at batch=4: 198.93-216.14 tok/s. Batch=8 was inconsistent (133-375 tok/s) due to draft model scheduling. Reactions — Submitted Jul 25, 2026, 4:18 PM Last edited — | ||||||||
| gpt-oss-20b 22B MoE · Gpt | GB10 Grace Blackwell 128GB | vllmMXFP4 | 317.6 | 29476.0 | 1431.0 | 145ms | — | |
Show all details for gpt-oss-20bModel openai/gpt-oss-20b Display name gpt-oss-20b Base model — Revision main Family Gpt Parameters 22B Active params — MoE yes Output tok/s 317.6 Prefill tok/s 29476 Total tok/s 1431 TTFT 145.2ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 535 Output tokens 128 Prefill tokens — Context length 32768 Batch size 8 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization MXFP4 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.26 Max running seqs 8 Scheduler delay — Num parallel — Concurrency 8 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve openai/gpt-oss-20b --served-model-name triage --gpu-memory-utilization 0.26 --enable-prefix-caching --max-model-len 32768 --max-num-seqs 8 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice --host 0.0.0.0 --port 8105 Extra flags --max-model-len 32768 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice Notes gpt-oss-20b (MXFP4 MoE) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 8 concurrent requests (saturates max-num-seqs=8), 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate output 317.63 tok/s (6.5x single-stream 49.19). Per-stream decode 39.84 tok/s under load. Very consistent: 312.36-317.69 tok/s. Low gpu-memory-utilization (0.26) leaves headroom for co-tenant embedding/rerank models. Reactions — Submitted Jul 25, 2026, 4:17 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmFP8 | 215.1 | 3839.0 | 930.0 | 1158ms | — | |
Show all details for Qwen3.6-35B-A3BModel Qwen/Qwen3.6-35B-A3B Display name Qwen3.6-35B-A3B Base model — Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 215.1 Prefill tok/s 3839 Total tok/s 930 TTFT 1158.3ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 131072 Batch size 8 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.6 Max running seqs 16 Scheduler delay — Num parallel — Concurrency 8 Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101 Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Conthroughput run: 8 concurrent requests, 128 output tokens each. 2 warmup + 3 measured batches, median reported. Aggregate output 215.12 tok/s (3.8x single-stream 56.21). Per-stream decode drops to 26.92 tok/s under load. Very consistent: 214.95-215.31 tok/s across all 3 measured runs. Prefill aggregate 3839 tok/s. Reactions — Submitted Jul 25, 2026, 4:15 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B-AWQ 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmAWQ | 39.7 | 3246.2 | 200.2 | 171ms | — | |
Show all details for Qwen3.6-35B-A3B-AWQModel QuantTrio/Qwen3.6-35B-A3B-AWQ Display name Qwen3.6-35B-A3B-AWQ Base model Qwen3.6-35B-A3B Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 39.7 Prefill tok/s 3246.2 Total tok/s 200.2 TTFT 171.3ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 131072 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization AWQ Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.28 Max running seqs 6 Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve QuantTrio/Qwen3.6-35B-A3B-AWQ --served-model-name vision --gpu-memory-utilization 0.28 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 6 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8103 Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, AWQ quantization) on GB10 Grace Blackwell 128GB unified memory. Benchmark: 556-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Consistent: 38.44-39.91 tok/s. AWQ quantization runs slower decode than the FP8 sibling (~40 vs ~56 tok/s) but with lower memory footprint (0.28 gmu). One TTFT outlier at 250ms (others ~170ms). Reactions — Submitted Jul 25, 2026, 4:07 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmFP8 | 54.8 | 2694.4 | 268.6 | 206ms | — | |
Show all details for Qwen3.6-35B-A3BModel Qwen/Qwen3.6-35B-A3B Display name Qwen3.6-35B-A3B Base model — Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 54.8 Prefill tok/s 2694.4 Total tok/s 268.6 TTFT 206.4ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 262144 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.5 Max running seqs 8 Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder-xl --gpu-memory-utilization 0.50 --enable-prefix-caching --max-model-len 262144 --max-num-batched-tokens 8192 --max-num-seqs 8 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8102 Extra flags --max-model-len 262144 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory, 256K context window. Benchmark: 556-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Consistent: 54.40-54.89 tok/s. Same model as the 128K-context sibling run but with lower gpu-memory-utilization (0.50) and fewer max sequences (8) to accommodate the larger 256K context window. Reactions — Submitted Jul 25, 2026, 4:06 PM Last edited — | ||||||||
| Qwen3.6-35B-A3B 3B MoE · Qwen | GB10 Grace Blackwell 128GB | vllmFP8 | 56.2 | 2750.9 | 275.9 | 202ms | — | |
Show all details for Qwen3.6-35B-A3BModel Qwen/Qwen3.6-35B-A3B Display name Qwen3.6-35B-A3B Base model — Revision main Family Qwen Parameters 36B Active params 3B MoE yes Output tok/s 56.2 Prefill tok/s 2750.9 Total tok/s 275.9 TTFT 202.1ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 556 Output tokens 128 Prefill tokens — Context length 131072 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization FP8 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend FLASHINFER Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.6 Max running seqs 16 Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Qwen/Qwen3.6-35B-A3B-FP8 --served-model-name coder --gpu-memory-utilization 0.60 --enable-prefix-caching --max-model-len 131072 --max-num-batched-tokens 8192 --max-num-seqs 16 --kv-cache-dtype fp8 --attention-backend FLASHINFER --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --enable-chunked-prefill --async-scheduling --host 0.0.0.0 --port 8101 Extra flags --max-model-len 131072 --reasoning-parser qwen3 --tool-call-parser qwen3_xml --enable-auto-tool-choice --async-scheduling Notes Qwen3.6-35B-A3B (MoE, FP8) on GB10 Grace Blackwell 128GB unified memory. Benchmark: 556-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Consistent: 55.87-56.29 tok/s across all 5 runs. KV cache in fp8, FlashInfer attention backend. Reactions — Submitted Jul 25, 2026, 4:05 PM Last edited — | ||||||||
| gpt-oss-20b 22B MoE · Gpt | GB10 Grace Blackwell 128GB | vllmMXFP4 | 49.2 | 7215.5 | 248.0 | 74ms | — | |
Show all details for gpt-oss-20bModel openai/gpt-oss-20b Display name gpt-oss-20b Base model — Revision main Family Gpt Parameters 22B Active params — MoE yes Output tok/s 49.2 Prefill tok/s 7215.5 Total tok/s 248.0 TTFT 74.1ms Peak VRAM — Power draw — Hardware cost — Prompt tokens 535 Output tokens 128 Prefill tokens — Context length 32768 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version — Quantization MXFP4 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill — Prefill chunk — Continuous batching — CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.26 Max running seqs 8 Scheduler delay — Num parallel — Concurrency — Spec decoding no Spec method — Spec model — Spec draft model — Spec tokens — Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve openai/gpt-oss-20b --served-model-name triage --gpu-memory-utilization 0.26 --enable-prefix-caching --max-model-len 32768 --max-num-seqs 8 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice --host 0.0.0.0 --port 8105 Extra flags --max-model-len 32768 --reasoning-parser openai_gptoss --tool-call-parser openai --enable-auto-tool-choice Notes gpt-oss-20b (MXFP4 MoE) on GB10 Grace Blackwell 128GB unified memory. Benchmark: 535-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. Extremely consistent: 49.17-49.26 tok/s across all 5 runs. Low gpu-memory-utilization (0.26) leaves headroom for co-tenant embedding/rerank models on the same device. Reactions — Submitted Jul 25, 2026, 4:04 PM Last edited — | ||||||||
| GLM-5.2-NVFP4-REAP-504B-term 753B MoE · Opt | RTX PRO 6000 Blackwell 96GB ×4 | vllmNVFP4 | 87.1 | 1555.9 | 374.4 | 357ms | — | |
Show all details for GLM-5.2-NVFP4-REAP-504B-termModel madeby561/GLM-5.2-NVFP4-REAP-504B-term Display name GLM-5.2-NVFP4-REAP-504B-term Base model GLM-5.2-NVFP4 Revision main Family Opt Parameters 753B Active params — MoE yes Output tok/s 87.1 Prefill tok/s 1555.9 Total tok/s 374.4 TTFT 356.7ms Peak VRAM 93.4GB Power draw — Hardware cost — Prompt tokens 555 Output tokens 128 Prefill tokens — Context length 1000000 Batch size 1 Hardware class DISCRETE_GPU Hardware RTX PRO 6000 Blackwell 96GB ×4 GPU slots — GPU count 4 VRAM 96GB Chip vendor — Chip family — Chip variant — Unified memory — NPU TOPS — CPU AMD Ryzen Threadripper 9960X 24-Cores RAM 64GB OS linux Power — Engine vllm Engine version 0.11.2.dev279+dark.devotion.pr31.pr15.w4a16scale Quantization NVFP4 Backend cuda Tensor parallel 4 Pipeline parallel 1 GPU layers — Split mode — KV cache dtype fp8 KV cache size — Prefix caching yes Attention backend B12X_MLA_SPARSE Flash attention — Chunked prefill yes Prefill chunk 8192 Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant modelopt_fp4 SGLang quant — GPU mem util 0.95 Max running seqs 2 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method mtp Spec model — Spec draft model — Spec tokens 5 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve /model --served-model-name GLM-5.2 --tensor-parallel-size 4 --pipeline-parallel-size 1 --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --quantization modelopt_fp4 --attention-backend B12X_MLA_SPARSE --moe-backend b12x --kv-cache-dtype fp8 --max-model-len 1000000 --gpu-memory-utilization 0.95 --max-num-batched-tokens 8192 --max-num-seqs 2 --max-cudagraph-capture-size 12 --enable-chunked-prefill --enable-prefix-caching --async-scheduling --load-format fastsafetensors --speculative-config {"model":"/model","method":"mtp","num_speculative_tokens":5} --host 0.0.0.0 --port 5001 Extra flags --decode-context-parallel-size 4 --dcp-comm-backend ag_rs --moe-backend b12x --max-model-len 1000000 --max-cudagraph-capture-size 12 --async-scheduling --load-format fastsafetensors --speculative-config {model:/model,method:mtp,num_speculative_tokens:5} Notes River House estate Brain (jack-blackwell, 4× RTX PRO 6000 Blackwell Max-Q 96GB, TP4). Model: GLM-5.2 NVFP4 REAP 504B (168 experts/layer, pruned from 753B full). Benchmark: 555-token prompt, 128 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. MTP speculative decoding active (5 spec tokens). Runs were extremely consistent: 86.82-87.20 tok/s across all 5 measured runs. Custom vLLM build (dark.devotion fork with B12X MLA sparse attention + modelopt_fp4). Benchmark run from Mac cockpit via direct tailnet endpoint (exclusive access). Reactions — Submitted Jul 25, 2026, 3:58 PM Last edited — | ||||||||
| Laguna-S-2.1-NVFP4 118B MoE | GB10 Grace Blackwell 128GB | vllmNVFP4 | 101.4 | 1624.8 | 275.2 | 325ms | — | |
Show all details for Laguna-S-2.1-NVFP4Model poolside/Laguna-S-2.1-NVFP4 Display name Laguna-S-2.1-NVFP4 Base model Laguna-S-2.1 Revision main Family — Parameters 118B Active params — MoE yes Output tok/s 101.4 Prefill tok/s 1624.8 Total tok/s 275.2 TTFT 325ms Peak VRAM 109GB Power draw — Hardware cost — Prompt tokens 528 Output tokens 256 Prefill tokens — Context length 262144 Batch size 1 Hardware class UNIFIED Hardware GB10 Grace Blackwell 128GB GPU slots — GPU count 1 VRAM — Chip vendor NVIDIA Chip family GB10 Chip variant GB10 Grace Blackwell Unified memory 128GB NPU TOPS — CPU — RAM — OS Ubuntu 24.04 Power — Engine vllm Engine version 0.25.1 Quantization NVFP4 Backend cuda Tensor parallel — Pipeline parallel — GPU layers — Split mode — KV cache dtype — KV cache size — Prefix caching yes Attention backend — Flash attention — Chunked prefill yes Prefill chunk — Continuous batching yes CPU offload — CPU layers — Rope scaling — Rope scale — Yarn ext factor — Engine quant — SGLang quant — GPU mem util 0.85 Max running seqs 32 Scheduler delay — Num parallel — Concurrency — Spec decoding yes Spec method Dflash Spec model poolside/Laguna-S-2.1-DFlash-NVFP4 Spec draft model — Spec tokens 15 Spec ngram — Spec draft TP — MTP enabled no MTP draft layers — Temperature 0 Top P — Top K — Min P — Repeat penalty — Mirostat — Command vllm serve Laguna-S-2.1-NVFP4 --served-model-name scholar laguna --speculative-config {"model":"Laguna-S-2.1-DFlash-NVFP4","num_speculative_tokens":15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --default-chat-template-kwargs {"enable_thinking":true} --override-generation-config {"temperature":0.7,"top_p":0.95} --max-num-seqs 32 --max-model-len 262144 --gpu-memory-utilization 0.85 --enable-chunked-prefill --async-scheduling --enable-prefix-caching --host 0.0.0.0 --port 8104 Extra flags --speculative-config {model:Laguna-S-2.1-DFlash-NVFP4,num_speculative_tokens:15} --enable-auto-tool-choice --tool-call-parser poolside_v1 --reasoning-parser poolside_v1 --default-chat-template-kwargs {enable_thinking:true} --override-generation-config {temperature:0.7,top_p:0.95} --max-model-len 262144 --async-scheduling Notes River House estate scholar lane (spark-f283, DGX Spark GB10 128GB). Benchmark: 528-token prompt, 256 output tokens, temperature=0 (greedy), 2 warmup + 5 measured runs, median reported. DFlash speculative decoding active (15 spec tokens). Steady-state: 4/5 runs clustered 100-106 tok/s (run 3 was a 57 tok/s transient outlier). Benchmark run from Mac cockpit via OpenAI completions API. Reactions — Submitted Jul 25, 2026, 3:53 PM Last edited — | ||||||||
