Recipe

qwen3-8-27b-gptq-int4-intel-arc-pro-b70-32gb-vllm-tp2-in4uqnii

qwen3-8-27b-gptq-int4-intel-arc-pro-b70-32gb-vllm-tp2-in4uqnii

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

Record

Status
candidate
Source
localmaxxing
Engine
vllm
Engine version
0.27.2rc1.dev78+g8e6d8e4f6 XPU (editable tree, custom-patched: host-staged collectives + mamba_utils int64 fix)
Accelerators
2
Tensor parallel
2
Context tokens
2,048
Max concurrency
1
chat
unknown
reasoning
unknown
tools
unknown
vision
unknown

Hugging Face model card

Identity

https://huggingface.co/Frozenlock/Qwen3.8-27B-int4-AutoRound
Repository
Frozenlock/Qwen3.8-27B-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/cmswf75o008qsms01in4uqnii

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. /data/models/Qwen3.8-27B-g128-AutoRound-frozenlock
  4. --host
  5. 0.0.0.0
  6. --port
  7. 19622
  8. --served-model-name
  9. Qwen3.8-27B-G128-AR
  10. --tensor-parallel-size
  11. 2
  12. --dtype
  13. float16
  14. --max-model-len
  15. 262144
  16. --max-num-seqs
  17. 1
  18. --max-num-batched-tokens
  19. 8192
  20. --gpu-memory-utilization
  21. 0.95
  22. --enable-prompt-tokens-details
  23. --enable-auto-tool-choice
  24. --tool-call-parser
  25. qwen3_coder
  26. --reasoning-parser
  27. qwen3
  28. --default-chat-template-kwargs
  29. {"enable_thinking": false, "reasoning_effort": "low"}
  30. --speculative-config
  31. {"method":"qwen3_5_mtp","num_speculative_tokens":3}
  32. --quantization
  33. gptq
FlagValue
--host0.0.0.0
--port19622
--served-model-nameQwen3.8-27B-G128-AR
--tensor-parallel-size2
--dtypefloat16
--max-model-len262144
--max-num-seqs1
--max-num-batched-tokens8192
--gpu-memory-utilization0.95
--tool-call-parserqwen3_coder
--reasoning-parserqwen3
--default-chat-template-kwargs{"enable_thinking": false, "reasoning_effort": "low"}
--speculative-config{"method":"qwen3_5_mtp","num_speculative_tokens":3}
--quantizationgptq

Environment

VariableValue
USE_PINNED_ONECCL1
VLLM_XPU_HOST_STAGED_COLLECTIVES1

Measured speed

ConcurrencyContextPrefillDecodeTTFT msStatusSweep
2,048722.689.8664.3observedqwen3-8-27b-gptq-int4-intel-arc-pro-b70-32gb-vllm-tp2-in4uqnii-sweep

Remaining fields

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

hardware count
2
hardware id
intel-arc-pro-b70-32gb
id
qwen3-8-27b-gptq-int4-intel-arc-pro-b70-32gb-vllm-tp2-in4uqnii
model instance id
frozenlock-qwen3-8-27b-int4-autoround--gptq-int4
recipe source
localmaxxing
schema version
local-ai-registry/v1
speed sweep ids
qwen3-8-27b-gptq-int4-intel-arc-pro-b70-32gb-vllm-tp2-in4uqnii-sweep
status
candidate

capabilities

engine

name
vllm
version
0.27.2rc1.dev78+g8e6d8e4f6 XPU (editable tree, custom-patched: host-staged collectives + mamba_utils int64 fix)

serving

max concurrency
1
max context tokens
2,048
tensor parallel
2
Provenance & metadata (3)

facts

capabilities.chat · provenance · captured at
2026-08-30T09:10:02Z
capabilities.chat · reason capability-not-verified
capabilities.chat · state unknown
capabilities.reasoning · provenance · captured at
2026-08-30T09:10:02Z
capabilities.reasoning · reason capability-not-verified
capabilities.reasoning · state unknown
capabilities.tools · provenance · captured at
2026-08-30T09:10:02Z
capabilities.tools · reason capability-not-verified
capabilities.tools · state unknown
capabilities.vision · provenance · captured at
2026-08-30T09:10:02Z
capabilities.vision · reason capability-not-verified
capabilities.vision · state unknown
engine.graph mode · provenance · captured at
2026-08-30T09:10:02Z
engine.graph mode · reason runtime-detail-not-published
engine.graph mode · state unknown
serving.kv cache tokens · provenance · captured at
2026-08-30T09:10:02Z
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
xpu
localmaxxing · batch size
1
localmaxxing · hardware label
Intel Arc Pro B70
localmaxxing · notes
Frozenlock AutoRound g128 GPTQ-INT4 served via vLLM Marlin (XPUwNa16LinearKernel) after config flip quant_method auto-round->gptq. GDN linear-attention in_proj_a/b kept FP16 (quality-preserving). 2x Intel Arc Pro B70 TP2 (non-P2P host-staged collectives), MTP3 speculative decode, FP16 KV, greedy. Strict cold-suite 82.46 tok/s, pass_all quality.
localmaxxing · observed command
VLLM_XPU_HOST_STAGED_COLLECTIVES=1 USE_PINNED_ONECCL=1 vllm serve /data/models/Qwen3.8-27B-g128-AutoRound-frozenlock --host 0.0.0.0 --port 19622 --served-model-name Qwen3.8-27B-G128-AR --tensor-parallel-size 2 --dtype float16 --max-model-len 262144 --max-num-seqs 1 --max-num-batched-tokens 8192 --gpu-memory-utilization 0.95 --enable-prompt-tokens-details --enable-auto-tool-choice --tool-call-parser qwen3_coder --reasoning-parser qwen3 --default-chat-template-kwargs '{"enable_thinking": false, "reasoning_effort": "low"}' --speculative-config '{"method":"qwen3_5_mtp","num_speculative_tokens":3}' --quantization gptq
localmaxxing · run id
cmswf75o008qsms01in4uqnii
localmaxxing · tokenized · arguments
vllm, serve, /data/models/Qwen3.8-27B-g128-AutoRound-frozenlock, --host, 0.0.0.0, --port, 19622, --served-model-name, Qwen3.8-27B-G128-AR, --tensor-parallel-size, 2, --dtype, float16, --max-model-len, 262144, --max-num-seqs, 1, --max-num-batched-tokens, 8192, --gpu-memory-utilization, 0.95, --enable-prompt-tokens-details, --enable-auto-tool-choice, --tool-call-parser, qwen3_coder, --reasoning-parser, qwen3, --default-chat-template-kwargs, {"enable_thinking": false, "reasoning_effort": "low"}, --speculative-config, {"method":"qwen3_5_mtp","num_speculative_tokens":3}, --quantization, gptq
localmaxxing · tokenized · environment · USE PINNED ONECCL
1
localmaxxing · tokenized · environment · VLLM XPU HOST STAGED COLLECTIVES
1
localmaxxing · tokenized · fidelity
faithful

provenance

captured at
2026-08-30T09:10:02Z

sources

captured atkindurl
2026-08-30T09:10:02Znormalized-recipewww.localmaxxing.com/en/runs/cmswf75o008qsms01in4uqnii