Recipe
qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2
qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2Live-accepted two-B70 SGLang XPU profile with online layered FP8, FP32 GDN state, the native GDN fast path, XPU decode graphs, and a digest-pinned GHCR image.
Record
- Status
- validated
- Source
- 0xsero
- Engine
- sglang
- Engine version
- 0.5.13+local-bmg
- Graph
- full
- Accelerators
- 2
- Tensor parallel
- 2
- Context tokens
- 8,192
- Max concurrency
- 8
- chat
- yes
- reasoning
- yes
- tools
- no
- vision
- no
Hugging Face model card
Identity
https://huggingface.co/Qwen/Qwen3.6-35B-A3B- Repository
- Qwen/Qwen3.6-35B-A3B
- Status
- known
- Link type
- Exact Hub repository
Public Hugging Face repository confirmed by the Hub API.
Validated: pinned artifact, pinned runtime, and accepted evidence. This is a launch contract.
Docker configuration
sglang
Container · validated · docker
Validated launch contract
- Image
ghcr.io/0xsero/qwen36-b70-sglang@sha256:d027487a07e4391562b4460da72bc78008be129d44af540148787e02e3045c08- Digest
sha256:d027487a07e4391562b4460da72bc78008be129d44af540148787e02e3045c08- Port
- 8010
Launch arguments
--model-pathQwen/Qwen3.6-35B-A3B--revision995ad96eacd98c81ed38be0c5b274b04031597b0--tp2--dtypefloat16--quantizationfp8--load-formatlayered_fp8--attention-backendintel_xpu--trust-remote-code--mem-fraction-static0.9--max-mamba-cache-size64--page-size64--mamba-scheduler-strategyextra_buffer--reasoning-parserqwen3--enable-cache-report--enable-metrics--host0.0.0.0--port30000
| Flag | Value |
|---|---|
--model-path | Qwen/Qwen3.6-35B-A3B |
--revision | 995ad96eacd98c81ed38be0c5b274b04031597b0 |
--tp | 2 |
--dtype | float16 |
--quantization | fp8 |
--load-format | layered_fp8 |
--attention-backend | intel_xpu |
--mem-fraction-static | 0.9 |
--max-mamba-cache-size | 64 |
--page-size | 64 |
--mamba-scheduler-strategy | extra_buffer |
--reasoning-parser | qwen3 |
--host | 0.0.0.0 |
--port | 30000 |
Environment
| Variable | Value |
|---|---|
HF_HOME | /root/.cache/huggingface |
LOAD_FORMAT | layered_fp8 |
MEM_FRACTION_STATIC | 0.9 |
MODEL_PATH | Qwen/Qwen3.6-35B-A3B |
PORT | 30000 |
SGLANG_MAMBA_CONV_DTYPE | float16 |
SGLANG_MAMBA_SSM_DTYPE | float32 |
SGLANG_XPU_ENABLE_GRAPH | 1 |
SGLANG_XPU_ESIMD_DECODE | 1 |
SGLANG_XPU_ESIMD_MOE | 1 |
SGLANG_XPU_ESIMD_MOE_PREFILL | 1 |
SGLANG_XPU_FA_ESIMD_QKV | 1 |
SGLANG_XPU_GDN_ESIMD | 0 |
SGLANG_XPU_GDN_EXTEND_ESIMD | 0 |
SGLANG_XPU_GDN_FAST_PATH | 1 |
SGLANG_XPU_PREFILL_DPAS | 1 |
TP_SIZE | 2 |
ZE_AFFINITY_MASK | 0,1 |
Mounts
| Source | Target |
|---|---|
/dev/dri/by-path | /dev/dri/by-path (read-only) |
~/.cache/huggingface | /root/.cache/huggingface |
Launch
Exact materialization of this validated launch contract: digest-pinned image, pinned model revision, and the audited arguments. Self-contained — required assets are fetched from this registry and verified against their recorded sha256 before mounting. Also available as local-ai run qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2.
- Pulls the exact container image by sha256 digest — the bytes that were validated, not a floating tag.
- Fetches any required engine assets from this registry and verifies each against its recorded sha256; the audited launch script verifies them again inside the container before use.
- Downloads the pinned model revision into your Hugging Face cache on first run (reused afterwards).
- Serves an OpenAI-compatible API on
localhost:8010— point any client at it.
docker run --rm \
--ipc host \
--shm-size 16g \
-p 8010:30000 \
-e HF_HOME=/root/.cache/huggingface \
-e LOAD_FORMAT=layered_fp8 \
-e MEM_FRACTION_STATIC=0.9 \
-e MODEL_PATH=Qwen/Qwen3.6-35B-A3B \
-e PORT=30000 \
-e SGLANG_MAMBA_CONV_DTYPE=float16 \
-e SGLANG_MAMBA_SSM_DTYPE=float32 \
-e SGLANG_XPU_ENABLE_GRAPH=1 \
-e SGLANG_XPU_ESIMD_DECODE=1 \
-e SGLANG_XPU_ESIMD_MOE=1 \
-e SGLANG_XPU_ESIMD_MOE_PREFILL=1 \
-e SGLANG_XPU_FA_ESIMD_QKV=1 \
-e SGLANG_XPU_GDN_ESIMD=0 \
-e SGLANG_XPU_GDN_EXTEND_ESIMD=0 \
-e SGLANG_XPU_GDN_FAST_PATH=1 \
-e SGLANG_XPU_PREFILL_DPAS=1 \
-e TP_SIZE=2 \
-e ZE_AFFINITY_MASK=0,1 \
-v /dev/dri/by-path:/dev/dri/by-path:ro \
-v ~/.cache/huggingface:/root/.cache/huggingface \
ghcr.io/0xsero/qwen36-b70-sglang@sha256:d027487a07e4391562b4460da72bc78008be129d44af540148787e02e3045c08 \
--model-path \
Qwen/Qwen3.6-35B-A3B \
--revision \
995ad96eacd98c81ed38be0c5b274b04031597b0 \
--tp \
2 \
--dtype \
float16 \
--quantization \
fp8 \
--load-format \
layered_fp8 \
--attention-backend \
intel_xpu \
--trust-remote-code \
--mem-fraction-static \
0.9 \
--max-mamba-cache-size \
64 \
--page-size \
64 \
--mamba-scheduler-strategy \
extra_buffer \
--reasoning-parser \
qwen3 \
--enable-cache-report \
--enable-metrics \
--host \
0.0.0.0 \
--port \
30000Measured speed
| Concurrency | Context | Prefill | Decode | TTFT ms | Status | Sweep |
|---|---|---|---|---|---|---|
| 1 | 128 | 58.4 | 115 | 2,190.2 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep |
| 1 | 512 | 58.9 | 116.2 | 8,687.3 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep |
| 1 | 2,048 | 62 | 113.9 | 33,060.1 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep |
| 1 | 8,192 | 62.6 | 116.4 | 130,857.6 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep |
| 2 | 512 | — | 85.7 | 15,724.6 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep |
| 4 | 512 | — | 67.8 | 33,694.9 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep |
| 8 | 512 | — | 41.8 | 66,861 | accepted | qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-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
- qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2
- model instance id
- qwen-qwen3-6-35b-a3b--online-fp8-weights-with-fp16-activations
- recipe source
- 0xsero
- schema version
- local-ai-registry/v1
- speed sweep ids
- qwen36-35b-a3b-layered-fp8-arcb70-sglang-tp2-sweep
- status
- validated
capabilities
- chat
- Yes
- reasoning
- Yes
- tools
- No
- vision
- No
engine
- graph mode
- full
- name
- sglang
- version
- 0.5.13+local-bmg
serving
- max concurrency
- 8
- max context tokens
- 8,192
- tensor parallel
- 2
Provenance & metadata (3)
facts
- serving.kv cache tokens · provenance · captured at
- 2026-08-27T06:04:13.773Z
metadata
provenance
- captured at
- 2026-08-27T06:04:13.773Z
sources
| captured at | kind | url |
|---|---|---|
| 2026-08-27T06:04:13.773Z | normalized-recipe | github.com/0xSero/qwen36-b70 ↗ |