Recipe
glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4
glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4Validated GLM-5.3 EXL3/TR3 3.0 bpw recipe on four RTX PRO 6000 Blackwell 96 GB GPUs with TP4/DCP4, MTP3, quantized KV cache, full and piecewise CUDA graphs, an 800k context envelope, and uncapped C1-C3 matched-window measurements.
Record
- Status
- validated
- Source
- 0xsero
- Engine
- vllm
- Engine version
- 0.26.1rc0+infernal.invocation.cu133.r17.vllmc53cc73.b12xc0a44a1
- Graph
- full-and-piecewise
- Accelerators
- 4
- Tensor parallel
- 4
- Context tokens
- 800,000
- Max concurrency
- 3
- KV cache tokens
- 862,975
- chat
- yes
- reasoning
- yes
- tools
- yes
- vision
- no
Hugging Face model card
Identity
https://huggingface.co/davidsyoung/GLM-5.3-EXL3-TR3-3.0bpw- Repository
- davidsyoung/GLM-5.3-EXL3-TR3-3.0bpw
- 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
vllm
Container · validated · docker
Validated launch contract
- Image
voipmonitor/vllm:infernal-invocation-vllmc53cc73-b12xc0a44a1-fi1ac6942-cu133-torch213-20260817-r17@sha256:c5e96c5bcc5a073f7ce6b56173d88538de3a416900cff97c88b4bf7967fe1dc0- Digest
sha256:c5e96c5bcc5a073f7ce6b56173d88538de3a416900cff97c88b4bf7967fe1dc0- Compose file
docs/notes/glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-compose.yml- Port
- 8000
Launch arguments
--default-chat-template-kwargs{"reasoning_effort":"none"}--attention-config{"indexer_kv_dtype":"fp8"}--kv-cache-memory-bytes8589934592
| Flag | Value |
|---|---|
--default-chat-template-kwargs | {"reasoning_effort":"none"} |
--attention-config | {"indexer_kv_dtype":"fp8"} |
--kv-cache-memory-bytes | 8589934592 |
Environment
| Variable | Value |
|---|---|
ASYNC_SCHEDULING | 0 |
B12X_PCIE_DMA | 0 |
CUDA_DEVICE_MAX_CONNECTIONS | 1 |
DCP | 4 |
DCP_A2A_LARGE_BACKEND | ag_rs |
DCP_BACKEND | a2a |
DCP_CKV_GATHER_MAX_TOKENS | 262144 |
DCP_CKV_PREFETCH_DEPTH | 0 |
DCP_CKV_PREFETCH_WORKSPACE_MIB | 0 |
F8_DMA | 0 |
GPU_MEMORY_UTILIZATION | 0.98 |
GRAPH | 12 |
INSTANTTENSOR_BACKEND | BUFFERED |
INSTANTTENSOR_COPY | 0 |
KV_CACHE_DTYPE | nvfp4_ds_mla |
KV_FP8_ROPE | 0 |
LMCACHE_MODE | off |
LOAD_FORMAT | instanttensor |
MAX_BATCHED_TOKENS | 3072 |
MAX_MODEL_LEN | 800000 |
MAX_NUM_SEQS | 3 |
MODEL | /model |
MODEL_FAMILY | glm52-exl3 |
MOE_BACKEND | b12x |
MOE_MODE | a16 |
MTP | 3 |
MTP_DRAFT_SAMPLE_METHOD | greedy |
MTP_MOE_BACKEND | triton |
PCIE_CALIBRATION | off |
QUANTIZATION | exl3 |
SERVED_MODEL_NAME | glm-5.3 |
TP | 4 |
VLLM_B12X_GLM_NOPE_NVFP4 | 1 |
VLLM_ENGINE_READY_TIMEOUT_S | 3600 |
VLLM_EXL3_PREFILL_CAPACITY | 2048 |
VLLM_EXL3_PREFILL_CHUNK | 128 |
VLLM_EXL3_PREFILL_TRELLIS | 1 |
VLLM_EXL3_TRELLIS_BLOCK_M | 8 |
VLLM_EXL3_TRELLIS_MAX_M | 16 |
VLLM_EXL3_TRELLIS_MIN_M | 1 |
VLLM_NVFP4_MLA_DYNAMIC_SCALE | 0 |
Mounts
| Source | Target |
|---|---|
${MODEL_ROOT}/GLM-5.3-EXL3-TR3-3.0bpw | /model (read-only) |
${MODEL_ROOT}/GLM-5.3-EXL3-TR3-3.0bpw | /models (read-only) |
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 glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4.
- 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:8000— point any client at it.
docker run --rm \
--gpus all \
--ipc host \
--shm-size 32g \
-p 8000:8000 \
-e ASYNC_SCHEDULING=0 \
-e B12X_PCIE_DMA=0 \
-e CUDA_DEVICE_MAX_CONNECTIONS=1 \
-e DCP=4 \
-e DCP_A2A_LARGE_BACKEND=ag_rs \
-e DCP_BACKEND=a2a \
-e DCP_CKV_GATHER_MAX_TOKENS=262144 \
-e DCP_CKV_PREFETCH_DEPTH=0 \
-e DCP_CKV_PREFETCH_WORKSPACE_MIB=0 \
-e F8_DMA=0 \
-e GPU_MEMORY_UTILIZATION=0.98 \
-e GRAPH=12 \
-e INSTANTTENSOR_BACKEND=BUFFERED \
-e INSTANTTENSOR_COPY=0 \
-e KV_CACHE_DTYPE=nvfp4_ds_mla \
-e KV_FP8_ROPE=0 \
-e LMCACHE_MODE=off \
-e LOAD_FORMAT=instanttensor \
-e MAX_BATCHED_TOKENS=3072 \
-e MAX_MODEL_LEN=800000 \
-e MAX_NUM_SEQS=3 \
-e MODEL=/model \
-e MODEL_FAMILY=glm52-exl3 \
-e MOE_BACKEND=b12x \
-e MOE_MODE=a16 \
-e MTP=3 \
-e MTP_DRAFT_SAMPLE_METHOD=greedy \
-e MTP_MOE_BACKEND=triton \
-e PCIE_CALIBRATION=off \
-e QUANTIZATION=exl3 \
-e SERVED_MODEL_NAME=glm-5.3 \
-e TP=4 \
-e VLLM_B12X_GLM_NOPE_NVFP4=1 \
-e VLLM_ENGINE_READY_TIMEOUT_S=3600 \
-e VLLM_EXL3_PREFILL_CAPACITY=2048 \
-e VLLM_EXL3_PREFILL_CHUNK=128 \
-e VLLM_EXL3_PREFILL_TRELLIS=1 \
-e VLLM_EXL3_TRELLIS_BLOCK_M=8 \
-e VLLM_EXL3_TRELLIS_MAX_M=16 \
-e VLLM_EXL3_TRELLIS_MIN_M=1 \
-e VLLM_NVFP4_MLA_DYNAMIC_SCALE=0 \
-v '${MODEL_ROOT}/GLM-5.3-EXL3-TR3-3.0bpw:/model:ro' \
-v '${MODEL_ROOT}/GLM-5.3-EXL3-TR3-3.0bpw:/models:ro' \
--entrypoint /usr/local/bin/serve-infernal-invocation.sh \
voipmonitor/vllm:infernal-invocation-vllmc53cc73-b12xc0a44a1-fi1ac6942-cu133-torch213-20260817-r17@sha256:c5e96c5bcc5a073f7ce6b56173d88538de3a416900cff97c88b4bf7967fe1dc0 \
--default-chat-template-kwargs \
'{"reasoning_effort":"none"}' \
--attention-config \
'{"indexer_kv_dtype":"fp8"}' \
--kv-cache-memory-bytes \
8589934592Measured speed
| Concurrency | Context | Prefill | Decode | TTFT ms | Status | Sweep |
|---|---|---|---|---|---|---|
| 1 | 78 | 1,752.2 | 61.2 | 325.5 | validated | glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4-sweep |
| 2 | 78 | 1,768.1 | 42.9 | 503.1 | validated | glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4-sweep |
| 3 | 78 | 1,855.5 | 38.5 | 675 | validated | glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4-sweep |
Remaining fields
Identity, launch, related records, and measured speed are shown above. This is the rest of the normalized record.
- hardware count
- 4
- hardware id
- rtx-pro-6000-blackwell-96gb
- id
- glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4
- model instance id
- davidsyoung-glm-5-3-exl3-tr3-3-0bpw--3-0-bpw
- recipe source
- 0xsero
- schema version
- local-ai-registry/v1
- speed sweep ids
- glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4-sweep
- status
- validated
capabilities
- chat
- Yes
- reasoning
- Yes
- tools
- Yes
- vision
- No
engine
- graph mode
- full-and-piecewise
- name
- vllm
- version
- 0.26.1rc0+infernal.invocation.cu133.r17.vllmc53cc73.b12xc0a44a1
serving
- data context parallel
- 4
- explicit kv cache bytes per rank
- 8,589,934,592
- kv cache tokens
- 862,975
- max concurrency
- 3
- max context tokens
- 800,000
- max num batched tokens
- 3,072
- max num seqs
- 3
- tensor parallel
- 4
Provenance & metadata (3)
facts
- capabilities.chat · provenance · captured at
- 2026-09-01T04:00:19Z
- capabilities.reasoning · provenance · captured at
- 2026-09-01T04:00:19Z
- capabilities.tools · provenance · captured at
- 2026-09-01T04:00:19Z
- capabilities.vision · provenance · captured at
- 2026-09-01T04:00:19Z
- engine.graph mode · provenance · captured at
- 2026-09-01T04:00:19Z
- engine.version · provenance · captured at
- 2026-09-01T04:00:19Z
- serving.kv cache tokens · provenance · captured at
- 2026-09-01T04:00:19Z
- serving.max concurrency · provenance · captured at
- 2026-09-01T04:00:19Z
- serving.max context tokens · provenance · captured at
- 2026-09-01T04:00:19Z
metadata
- acceptance evidence
- docs/notes/glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-20260901.json
- quality sidecars · arithmetic
- Yes
- quality sidecars · reasoning request
- Yes
- quality sidecars · structured json
- Yes
- quality sidecars · tool call
- Yes
- runtime identity · architecture
- GlmMoeDsaForCausalLM
- runtime identity · cuda graphs
- full-and-piecewise
- runtime identity · indexer kv dtype
- fp8
- runtime identity · kv cache dtype
- nvfp4_ds_mla
- runtime identity · load format
- instanttensor
- runtime identity · parallelism
- tp4-dcp4
- runtime identity · quantization
- exl3
- runtime identity · speculation
- mtp3
- scheduler · kv cache memory bytes per rank
- 8,589,934,592
- scheduler · max num batched tokens
- 3,072
- scheduler · max num seqs
- 3
provenance
- captured at
- 2026-09-01T04:00:19Z
sources
| captured at | kind | url |
|---|---|---|
| 2026-09-01T04:00:19Z | validated-runtime-recipe | github.com/0xSero/local-ai-registry/blob/main/docs/notes/glm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-20260901.json ↗ |