Recipe
ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1
ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1Ornith-1.5-35B-A3B EXL3 4 bpw on one RTX 3090 with TabbyAPI, ExLlamaV3, Q6 KV cache, exact 128K requests, and measured C1/C2/C4 acceptance
Record
- Status
- validated
- Source
- 0xsero
- Engine
- tabbyapi
- Engine version
- 0.0.1+e632af41
- Graph
- piecewise
- Accelerators
- 1
- Tensor parallel
- 1
- Context tokens
- 131,072
- Max concurrency
- 4
- KV cache tokens
- 532,480
- chat
- yes
- reasoning
- yes
- tools
- no
- vision
- no
Hugging Face model card
Identity
https://huggingface.co/ultimatechris/Ornith-1.5-35B-A3B-EXL3-4bpw- Repository
- ultimatechris/Ornith-1.5-35B-A3B-EXL3-4bpw
- 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
tabbyapi
Container · validated · docker
Validated launch contract
- Image
ghcr.io/theroyallab/tabbyapi:cu13@sha256:ffa8388f310d3c8a2727c66d14a76bb663fdb99a2a49e68a43c3bebb5a3e53f1- Digest
sha256:ffa8388f310d3c8a2727c66d14a76bb663fdb99a2a49e68a43c3bebb5a3e53f1- Port
- 5000
Launch arguments
main.py--config/app/config.yml
Environment
| Variable | Value |
|---|---|
NVIDIA_VISIBLE_DEVICES | all |
Mounts
| Source | Target |
|---|---|
~/.cache/inference-index/models/ornith15-35b-a3b | /workspace/models (read-only) |
asset/ornith15-35b-a3b-exl3-4bpw-tabbyapi-config.yml | /app/config.yml (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 ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1.
- 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:5000— point any client at it.
ASSETS="${TMPDIR:-/tmp}/local-ai-assets" && mkdir -p "$ASSETS" && \
curl -fsSL 'https://local-ai-registry.vercel.app/api/v1/asset/ornith15-35b-a3b-exl3-4bpw-tabbyapi-config/file' -o "$ASSETS/ornith15-35b-a3b-exl3-4bpw-tabbyapi-config.yml" && \
{ printf '%s %s\n' '274a81c68df531412e5e44a1d719e5d3831b2a2c6a64bd242e17852d82eacf7d' "$ASSETS/ornith15-35b-a3b-exl3-4bpw-tabbyapi-config.yml" | sha256sum -c - 2>/dev/null || printf '%s %s\n' '274a81c68df531412e5e44a1d719e5d3831b2a2c6a64bd242e17852d82eacf7d' "$ASSETS/ornith15-35b-a3b-exl3-4bpw-tabbyapi-config.yml" | shasum -a 256 -c -; } && \
docker run --rm \
--gpus all \
--ipc host \
--shm-size 8g \
--network host \
-p 5000:5000 \
-e NVIDIA_VISIBLE_DEVICES=all \
-v ~/.cache/inference-index/models/ornith15-35b-a3b:/workspace/models:ro \
-v "$ASSETS/ornith15-35b-a3b-exl3-4bpw-tabbyapi-config.yml":/app/config.yml:ro \
--entrypoint /opt/venv/bin/python3 \
ghcr.io/theroyallab/tabbyapi:cu13@sha256:ffa8388f310d3c8a2727c66d14a76bb663fdb99a2a49e68a43c3bebb5a3e53f1 \
main.py \
--config \
/app/config.ymlMeasured speed
| Concurrency | Context | Prefill | Decode | TTFT ms | Status | Sweep |
|---|---|---|---|---|---|---|
| 1 | 130,560 | 1,834.9 | 29 | 71,169 | accepted | ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1-sweep |
| 2 | 130,560 | 928 | 25.4 | 140,691.9 | accepted | ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1-sweep |
| 4 | 130,560 | 459.5 | 18.4 | 284,153.5 | accepted | ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-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
- rtx-3090-24gb
- id
- ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1
- model instance id
- ultimatechris-ornith-1-5-35b-a3b-exl3-4bpw--4-bpw
- recipe source
- 0xsero
- schema version
- local-ai-registry/v1
- speed sweep ids
- ornith15-35b-a3b-exl3-4bpw-rtx3090-tabbyapi-tp1-sweep
- status
- validated
capabilities
- chat
- Yes
- reasoning
- Yes
- tools
- No
- vision
- No
engine
- graph mode
- piecewise
- name
- tabbyapi
- version
- 0.0.1+e632af41
serving
- kv cache tokens
- 532,480
- max concurrency
- 4
- max context tokens
- 131,072
- tensor parallel
- 1
Provenance & metadata (3)
facts
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/local-ai-registry ↗ |