Frosty40/Ornith-1.0-35B-GGUF-NVFP4
<p align="center"> <img src="ornith-banner.jpeg" alt="Ornith-1.0-35B — GGUF / NVFP4" width="640"> </p>
Ornith-1.0-35B — GGUF / NVFP4
Status: R&D. data release — no claims.
GGUF NVFP4 (W4A4) build of deepreinforce-ai/Ornith-1.0-35B (qwen3_5_moe, 35B MoE), converted from the sakamakismile/Ornith-1.0-35B-NVFP4 compressed-tensors checkpoint for llama.cpp. Text-only (the source vision tower is not included).
- File:
ornith-1.0-35b-GGUF_NVFP4.gguf— 21.0 GB (21,046,365,120bytes) - SHA256:
d9ab37f61fedc3d75bac7516baf45da383fbd9bc4ff1cf240962ca1bc31b3177 - Tensors: 1593 (NVFP4 390, F32 1161, F16 2) · 40 layers · 256 experts (8 active) · hybrid linear/full attention
Runtime
Requires a llama.cpp build with `qwen35moe` architecture + NVFP4 support (not in mainline as of this release). Tested binary: b1-1ec44d1, Linux aarch64, CUDA sm_121, NVIDIA GB10.
llama-cli -m ornith-1.0-35b-GGUF_NVFP4.gguf --jinja --reasoning-budget 0 -ngl 999 -p "..."Benchmarks (this GGUF, GB10)
Accuracy
MC/loglikelihood via llama-perplexity; GSM8K via llama-server (--reasoning-budget 0). 0-shot, no few-shot priming.
Throughput / concurrency (llama-batched-bench, 512-tok prompt + 256-tok gen)
Generation saturates ~370 t/s; 256 agents ran without OOM (~40 GB used). Compute-bound, not memory-bound.
Raw logs + CSVs: benchmarks/.
Conversion
convert_hf_to_gguf.py --outtype f16 --fuse-gate-up-exps --no-mtp (llama.cpp qwen35moe converter). Source safetensors SHA256 ec25ada854768610c7b841889b2a1b9f06163eda798a296401be87d0a2613cdd.
Credits
- Base model: DeepReinforce — deepreinforce-ai/Ornith-1.0-35B (MIT)
- NVFP4 quantization: sakamakismile/Ornith-1.0-35B-NVFP4 (
llm-compressor,compressed-tensors) - Architecture: Qwen3.5-MoE (Qwen / Alibaba)
- GGUF format + runtime: llama.cpp / ggml
License
MIT, inherited from the base model. This repository adds only the GGUF/NVFP4 weights, conversion metadata, and benchmark data.
