Recipe

qwen3-5-122b-a10b-int4-dgx-spark-gb10-128gb-vllm-tp1

qwen3-5-122b-a10b-int4-dgx-spark-gb10-128gb-vllm-tp1

Observed LocalMaxxing leaderboard run. Evidence for compatibility, not an executable launch contract.

Record

Status
candidate
Source
localmaxxing
Engine
vllm
Engine version
0.23.1rc1.dev272+gb7abab517.d20260717
Accelerators
1
Tensor parallel
1
Context tokens
131,072
Max concurrency
6
chat
unknown
reasoning
unknown
tools
unknown
vision
unknown

Hugging Face model card

Identity

https://huggingface.co/Intel/Qwen3.5-122B-A10B-int4-AutoRound
Repository
Intel/Qwen3.5-122B-A10B-int4-AutoRound
Status
known
Link type
Exact Hub repository

Public Hugging Face repository confirmed by the Hub API.

Candidate: useful compatibility or speed evidence. The registry does not offer Run until promotion requirements are met.

Observed configuration

vllm

Evidence only · candidate · reference

Candidate evidence — not a Run contract

Source
https://www.localmaxxing.com/en/runs/cms8cppfp00ecpf01w51chj2i

Observed source tokens

Mechanical split of the source command. Unverified against the engine CLI. The registry does not offer Run for this recipe.

  1. vllm
  2. serve
  3. Intel/Qwen3.5-122B-A10B-int4-AutoRound
  4. --served-model-name
  5. qwen35-122b-a10b-int4
  6. --gpu-memory-utilization
  7. 0.85
  8. --enable-prefix-caching
  9. --trust-remote-code
  10. --max-model-len
  11. 131072
  12. --max-num-batched-tokens
  13. 8192
  14. --max-num-seqs
  15. 6
  16. --kv-cache-dtype
  17. fp8
  18. --reasoning-parser
  19. qwen3
  20. --tool-call-parser
  21. qwen3_xml
  22. --enable-auto-tool-choice
  23. --speculative-config
  24. {"method":"mtp","num_speculative_tokens":2}
FlagValue
--served-model-nameqwen35-122b-a10b-int4
--gpu-memory-utilization0.85
--max-model-len131072
--max-num-batched-tokens8192
--max-num-seqs6
--kv-cache-dtypefp8
--reasoning-parserqwen3
--tool-call-parserqwen3_xml
--speculative-config{"method":"mtp","num_speculative_tokens":2}

Measured speed

ConcurrencyContextPrefillDecodeTTFT msStatusSweep
1131,07233.9439.7observedqwen3-5-122b-a10b-int4-dgx-spark-gb10-128gb-vllm-tp1-sweep

Remaining fields

Identity, launch, related records, and measured speed are shown above. This is the rest of the normalized record.

hardware count
1
hardware id
dgx-spark-gb10-128gb
id
qwen3-5-122b-a10b-int4-dgx-spark-gb10-128gb-vllm-tp1
model instance id
intel-qwen3-5-122b-a10b-int4-autoround--int4
recipe source
localmaxxing
schema version
local-ai-registry/v1
speed sweep ids
qwen3-5-122b-a10b-int4-dgx-spark-gb10-128gb-vllm-tp1-sweep
status
candidate

capabilities

draft launch

accelerator backend
nvidia
arguments
serve, --model, Intel/Qwen3.5-122B-A10B-int4-AutoRound, --tensor-parallel-size, 1, --host, 0.0.0.0, --port, 8000, --max-model-len, 131072
container port
8,000
entrypoint
vllm
host port
8,000
image
vllm/vllm-openai@sha256:0a51ea5b4ae2dc5d81890e5173f54203d2a3ae0cfffe51b8fd2afd4391bfd967
ipc
host
kind
docker
shm size
16g
synthesized · generated at
2026-08-31T22:12:17Z
synthesized · image provenance
deepseek-fp8-rtx-pro-6000-blackwell-96gb-vllm-tp1
synthesized · template
vllm-openai-v1

mounts

read onlytarget
No/root/.cache/huggingface

engine

name
vllm
version
0.23.1rc1.dev272+gb7abab517.d20260717

serving

max concurrency
6
max context tokens
131,072
tensor parallel
1
Provenance & metadata (3)

facts

capabilities.chat · provenance · captured at
2026-08-30T09:26:09Z
capabilities.chat · reason capability-not-verified
capabilities.chat · state unknown
capabilities.reasoning · provenance · captured at
2026-08-30T09:26:09Z
capabilities.reasoning · reason capability-not-verified
capabilities.reasoning · state unknown
capabilities.tools · provenance · captured at
2026-08-30T09:26:09Z
capabilities.tools · reason capability-not-verified
capabilities.tools · state unknown
capabilities.vision · provenance · captured at
2026-08-30T09:26:09Z
capabilities.vision · reason capability-not-verified
capabilities.vision · state unknown
draft launch.entrypoint · provenance · captured at
2026-09-01T01:41:26Z
draft launch.entrypoint · reason linux-amd64-container-config-entrypoint
draft launch.entrypoint · state known
engine.graph mode · provenance · captured at
2026-08-30T09:26:09Z
engine.graph mode · reason runtime-detail-not-published
engine.graph mode · state unknown
serving.kv cache tokens · provenance · captured at
2026-08-30T09:26:09Z
serving.kv cache tokens · reason kv-cache-capacity-not-published
serving.kv cache tokens · state unknown
serving.max concurrency · provenance · captured at
2026-08-31T23:03:15Z
serving.max concurrency · reason server-capacity-derived-from-source-evidence
serving.max concurrency · state known

metadata

localmaxxing · backend
cuda
localmaxxing · batch size
1
localmaxxing · hardware label
GB10 Grace Blackwell
localmaxxing · 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.
localmaxxing · observed 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}'
localmaxxing · run id
cms8cppfp00ecpf01w51chj2i
localmaxxing · tokenized · arguments
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}
localmaxxing · tokenized · fidelity
faithful

provenance

captured at
2026-08-30T09:26:09Z

sources

captured atkindurl
2026-08-30T09:26:09Znormalized-recipewww.localmaxxing.com/en/runs/cms8cppfp00ecpf01w51chj2i