GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

gsrunion/Ornith-1.0-35B-ROCmFPX-GGUF overview

Ornith 1.0 35B — ROCmFPX quants for AMD Strix Halo ROCmFPX family GGUF quantization of deepreinforce ai/Ornith 1.0 35B https://huggingface.co/deepreinforce ai/…

ggufrocmfp4rocmfpxquantizedimatrixamdrocmstrix-halomoeagenthal0text-generationenbase_model:deepreinforce-ai/Ornith-1.0-35Bbase_model:quantized:deepreinforce-ai/Ornith-1.0-35Blicense:mitendpoints_compatibleregion:usconversational

Runs locally from ~861.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Ornith-1.0-35B-Q4_0_ROCMFP4_STRIX.ggufGGUFQ4_0_ROCMFP4_STRIX17.38 GBDownload
Ornith-1.0-35B-Q4_0_ROCMFP4_STRIX_LEAN.ggufGGUFQ4_0_ROCMFP4_STRIX_LEAN17.32 GBDownload
Ornith-1.0-35B-Q6_0_ROCMFPX_STRIX_QUALITY.ggufGGUFQ6_0_ROCMFPX_STRIX_QUALITY29.19 GBDownload
Ornith-1.0-35B-Q8_0_ROCMFPX_AGENT.ggufGGUFQ8_0_ROCMFPX_AGENT33.90 GBDownload
mmproj-BF16.ggufGGUFBF16861.0 MBDownload

Model Details

Model IDgsrunion/Ornith-1.0-35B-ROCmFPX-GGUF
Authorgsrunion
Pipelinetext-generation
Licensemit
Base modeldeepreinforce-ai/Ornith-1.0-35B
Last modified2026-07-23T03:57:40.000Z

Model README

---

license: mit

language:

- en

base_model: deepreinforce-ai/Ornith-1.0-35B

base_model_relation: quantized

pipeline_tag: text-generation

library_name: gguf

tags:

- gguf

- rocmfp4

- rocmfpx

- quantized

- imatrix

- amd

- rocm

- strix-halo

- moe

- agent

- hal0

---

Ornith-1.0-35B — ROCmFPX quants for AMD Strix Halo

ROCmFPX-family GGUF quantization of deepreinforce-ai/Ornith-1.0-35B (Qwen3.5-MoE architecture, multimodal), produced for AMD Strix Halo (Ryzen AI Max, gfx1151) and the hal0 home inference platform.

> ⚠️ These files require the Hal0ai/Hal0_ROCmFPX llama.cpp fork (or the ghcr.io/hal0ai/hal0-rocmfpx container image that hal0 uses). Stock llama.cpp will reject the tensor types (invalid ggml type 101).

See also the companion repo: gsrunion/Ornith-1.0-9B-ROCmFPX-GGUF.

Files

| File | Quant | BPW | Size | Notes |

|---|---|---|---|---|

| Ornith-1.0-35B-Q4_0_ROCMFP4_STRIX_LEAN.gguf | Q4_0_ROCMFP4_STRIX_LEAN | ~4.3 | 18.6 GB | Size-biased Strix recipe — fits comfortably in a 64 GB GPU carve-out with long context |

| mmproj-BF16.gguf | BF16 | — | 0.90 GB | Vision projector (Ornith is multimodal) — load alongside the quant |

| imatrix_unsloth.gguf_file | — | — | 184 MB | Importance matrix used for calibration (from unsloth, included for reproducibility) |

Measured performance

On AMD Ryzen AI Max+ 395 (Strix Halo, 128 GB unified LPDDR5X, ROCm backend, hal0-rocmfpx image, 64K ctx):

  • Q4_0_ROCMFP4_STRIX_LEAN: ~66 tok/s decode — the MoE's small active-parameter set decodes faster than the dense 9B (42 tok/s) despite the 3.7× file size.

How it was made

BF16 GGUF source and imatrix from unsloth/Ornith-1.0-35B-GGUF, quantized with the Hal0_ROCmFPX fork's llama-quantize:

llama-quantize --imatrix imatrix_unsloth.gguf_file \
  Ornith-1.0-35B-BF16.gguf Ornith-1.0-35B-Q4_0_ROCMFP4_STRIX_LEAN.gguf \
  Q4_0_ROCMFP4_STRIX_LEAN

Serving

Directly with the fork's llama-server (as done on hal0 boxes):

llama-server -m Ornith-1.0-35B-Q4_0_ROCMFP4_STRIX_LEAN.gguf \
  --mmproj mmproj-BF16.gguf -ngl 999 -fa on --jinja -c 65536

Or on hal0: download into the model store, register via add-from-path, then hal0 slot create <name> --type llm --hardware rocm --model <id> and load via a long-lived curl.

Credits

Run gsrunion/Ornith-1.0-35B-ROCmFPX-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models