I just wanted to report a successful real-use validation of txn545/Qwen3.5-122B-A10B-NVFP4 using the vLLM-Moet v0.24.0 SM120 lane.
Hardware
- 1× NVIDIA RTX PRO 6000 Blackwell, 96 GB
- Model remained fully resident on the GPU
- Model loading consumed 77.31 GiB
- Running EngineCore process reported approximately 88,506 MiB
Runtime shape
- Maximum model length: 200,704 tokens
- FP8 KV cache
- MTP speculative decoding: K=2
- Maximum sequences: 6
- Maximum batched tokens: 8,640
VLLM_COMPILE with PIECEWISE CUDA graphs
- Prefix caching enabled
Observed performance
On a real chat containing approximately 82,200 input tokens:
- Prompt processing: approximately 6,514 tokens/second
- Generation: approximately 100.7 tokens/second
- MTP draft acceptance: approximately 69%
A separate run reached:
- Prompt processing: approximately 8,352 tokens/second
- Generation: approximately 100.6 tokens/second
- MTP draft acceptance: approximately 78%
This was interactive use through an OpenAI-compatible chat client, not a formal benchmark or concurrency test. I did not run a needle-in-a-haystack retrieval test.
Compilation also required a small workaround for the upstream vLLM torch.accelerator.device_index Dynamo problem currently tracked in [vLLM PR #40921](vllm-project/vllm#40921). That appears separate from the vLLM-Moet kernels themselves.
The main result is that Qwen3.5-122B-A10B-NVFP4 loads successfully and sustains approximately 100 generation tokens/second on one RTX PRO 6000 using this engine.
I just wanted to report a successful real-use validation of
txn545/Qwen3.5-122B-A10B-NVFP4using the vLLM-Moet v0.24.0 SM120 lane.Hardware
Runtime shape
VLLM_COMPILEwith PIECEWISE CUDA graphsObserved performance
On a real chat containing approximately 82,200 input tokens:
A separate run reached:
This was interactive use through an OpenAI-compatible chat client, not a formal benchmark or concurrency test. I did not run a needle-in-a-haystack retrieval test.
Compilation also required a small workaround for the upstream vLLM
torch.accelerator.device_indexDynamo problem currently tracked in [vLLM PR #40921](vllm-project/vllm#40921). That appears separate from the vLLM-Moet kernels themselves.The main result is that Qwen3.5-122B-A10B-NVFP4 loads successfully and sustains approximately 100 generation tokens/second on one RTX PRO 6000 using this engine.