Instructions to use rapatel0/Ornith-1.0-35B-RTN-AWQ-asym with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- vLLM
How to use rapatel0/Ornith-1.0-35B-RTN-AWQ-asym with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "rapatel0/Ornith-1.0-35B-RTN-AWQ-asym" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "rapatel0/Ornith-1.0-35B-RTN-AWQ-asym", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/rapatel0/Ornith-1.0-35B-RTN-AWQ-asym
- SGLang
How to use rapatel0/Ornith-1.0-35B-RTN-AWQ-asym with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "rapatel0/Ornith-1.0-35B-RTN-AWQ-asym" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "rapatel0/Ornith-1.0-35B-RTN-AWQ-asym", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "rapatel0/Ornith-1.0-35B-RTN-AWQ-asym" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "rapatel0/Ornith-1.0-35B-RTN-AWQ-asym", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use rapatel0/Ornith-1.0-35B-RTN-AWQ-asym with Docker Model Runner:
docker model run hf.co/rapatel0/Ornith-1.0-35B-RTN-AWQ-asym
Ornith-1.0-35B — RTN asym-AWQ (W4A16, g128) for V100 / sm_70
Asymmetric AWQ 4-bit (W4A16, group size 128) quantization of
deepreinforce-ai/Ornith-1.0-35B
(qwen3_5_moe — fine-grained MoE, hybrid linear/full attention, omni-multimodal).
Produced in-house with AutoRound using the
RTN (round-to-nearest, iters=0) algorithm in asymmetric mode:
auto-round-mllm \
--model deepreinforce-ai/Ornith-1.0-35B \
--scheme W4A16 --algorithm rtn --asym --group_size 128 \
--format auto_awq
Why RTN, and why this repo exists
This checkpoint is the exact artifact deployed in production on 8×V100-SXM2 (sm_70)
served by 1Cat-vLLM via its awq_sm70_moe (turbomind) MoE path — the one 4-bit MoE
format with real Volta kernels.
In an A/B test, RTN beat the pile-10k-calibrated AutoRound-AWQ variant: the
calibrated/tuned build measurably degraded reasoning and code quality, so the simpler
RTN quantization was chosen for serving. A separate repo,
rapatel0/Ornith-1.0-35B-AWQ-asym,
holds a different (non-production) AWQ build; this repo is the checkpoint actually
in production.
Serving notes (1Cat-vLLM on V100)
--quantization awq(auto-routes to theawq_sm70_moeturbomind path on sm_70)--dtype float16,--tensor-parallel-size 1(scale by TP1 replica fan-out, not batch — fine-grained MoE batches poorly),--max-num-seqs 1- fp16 KV cache,
--max-model-len 131072 chat_template.jinjais included in this repo (the base model's template).- ~91 tok/s single-slot decode.
Includes quantization_config.json (sym: false, quant_method: awq, provider: auto-round,
group_size: 128).
- Downloads last month
- 33
Model tree for rapatel0/Ornith-1.0-35B-RTN-AWQ-asym
Base model
ornith-ai/Ornith-1.0-35B