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-tp4

Validated 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

  1. --default-chat-template-kwargs
  2. {"reasoning_effort":"none"}
  3. --attention-config
  4. {"indexer_kv_dtype":"fp8"}
  5. --kv-cache-memory-bytes
  6. 8589934592
FlagValue
--default-chat-template-kwargs{"reasoning_effort":"none"}
--attention-config{"indexer_kv_dtype":"fp8"}
--kv-cache-memory-bytes8589934592

Environment

VariableValue
ASYNC_SCHEDULING0
B12X_PCIE_DMA0
CUDA_DEVICE_MAX_CONNECTIONS1
DCP4
DCP_A2A_LARGE_BACKENDag_rs
DCP_BACKENDa2a
DCP_CKV_GATHER_MAX_TOKENS262144
DCP_CKV_PREFETCH_DEPTH0
DCP_CKV_PREFETCH_WORKSPACE_MIB0
F8_DMA0
GPU_MEMORY_UTILIZATION0.98
GRAPH12
INSTANTTENSOR_BACKENDBUFFERED
INSTANTTENSOR_COPY0
KV_CACHE_DTYPEnvfp4_ds_mla
KV_FP8_ROPE0
LMCACHE_MODEoff
LOAD_FORMATinstanttensor
MAX_BATCHED_TOKENS3072
MAX_MODEL_LEN800000
MAX_NUM_SEQS3
MODEL/model
MODEL_FAMILYglm52-exl3
MOE_BACKENDb12x
MOE_MODEa16
MTP3
MTP_DRAFT_SAMPLE_METHODgreedy
MTP_MOE_BACKENDtriton
PCIE_CALIBRATIONoff
QUANTIZATIONexl3
SERVED_MODEL_NAMEglm-5.3
TP4
VLLM_B12X_GLM_NOPE_NVFP41
VLLM_ENGINE_READY_TIMEOUT_S3600
VLLM_EXL3_PREFILL_CAPACITY2048
VLLM_EXL3_PREFILL_CHUNK128
VLLM_EXL3_PREFILL_TRELLIS1
VLLM_EXL3_TRELLIS_BLOCK_M8
VLLM_EXL3_TRELLIS_MAX_M16
VLLM_EXL3_TRELLIS_MIN_M1
VLLM_NVFP4_MLA_DYNAMIC_SCALE0

Mounts

SourceTarget
${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.

  1. Pulls the exact container image by sha256 digest — the bytes that were validated, not a floating tag.
  2. 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.
  3. Downloads the pinned model revision into your Hugging Face cache on first run (reused afterwards).
  4. 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 \
  8589934592

Measured speed

ConcurrencyContextPrefillDecodeTTFT msStatusSweep
1781,752.261.2325.5validatedglm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4-sweep
2781,768.142.9503.1validatedglm-5-3-exl3-tr3-3-0bpw-rtx-pro-6000-blackwell-96gb-vllm-tp4-sweep
3781,855.538.5675validatedglm-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.chat · reason natural-stop-chat-completion-passed
capabilities.chat · state known
capabilities.reasoning · provenance · captured at
2026-09-01T04:00:19Z
capabilities.reasoning · reason official-reasoning-effort-support-and-live-low-effort-natural-stop
capabilities.reasoning · state known
capabilities.tools · provenance · captured at
2026-09-01T04:00:19Z
capabilities.tools · reason required-function-call-produced-correct-tool-name-and-arguments
capabilities.tools · state known
capabilities.vision · provenance · captured at
2026-09-01T04:00:19Z
capabilities.vision · reason language-model-only-glm-moe-dsa-architecture
capabilities.vision · state known
engine.graph mode · provenance · captured at
2026-09-01T04:00:19Z
engine.graph mode · reason runtime-captured-full-and-piecewise-cuda-graphs
engine.graph mode · state known
engine.version · provenance · captured at
2026-09-01T04:00:19Z
engine.version · reason live-vllm-version-endpoint
engine.version · state known
serving.kv cache tokens · provenance · captured at
2026-09-01T04:00:19Z
serving.kv cache tokens · reason live-runtime-kv-pool-capacity
serving.kv cache tokens · state known
serving.max concurrency · provenance · captured at
2026-09-01T04:00:19Z
serving.max concurrency · reason uncapped-c3-sustained-decode-completed-with-effective-concurrency-3-and-no-queue
serving.max concurrency · state known
serving.max context tokens · provenance · captured at
2026-09-01T04:00:19Z
serving.max context tokens · reason live-served-model-context-envelope
serving.max context tokens · state known

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