Ornith-1.0-35B-ROCmFPX is a high-performance 35B mixture-of-experts model quantized and tuned specifically for local multi-agent workloads on AMD Ryzen AI Max+ 395 / Strix Halo (Radeon 8060S) using Vulkan and ROCmFPX.
Full source code, production Python launcher, systemd daemon files, and pre-compiled Strix Halo Vulkan binaries are hosted on GitHub: 👉 julianmb/Ornith-1.0-35B-ROCmFPX-StrixHalo on GitHub
Note: ROCmFPX and ROCmFP4 GGUF models use custom experimental block tensor layouts. Standard stock
llama.cpp, Ollama, or LM Studio cannot load ROCmFPX GGUFs out of the box.
To run these GGUF quants:
python3 run_server.py or ./run.sh from the GitHub Repository which ships with pre-compiled ROCmFPX Vulkan binaries.llama-server from the specialized ROCmFPX Fork.Ornith-1.0-35B-ROCmFPX-Speed-StrixHalo.gguf (Primary Production Quant)
Q4_0_ROCMFP4_COHERENT)Ornith-1.0-35B-ROCmFPX-Quality-StrixHalo.gguf (High-Precision Quant)
Q6_0_ROCMFPX)# Start server with Vulkan backend tuned for AMD Strix Halo
llama-server \
-m Ornith-1.0-35B-ROCmFPX-Speed-StrixHalo.gguf \
-dev Vulkan0 \
-ngl 99 \
-fa on \
-c 262144 \
-np 8 \
-ctk q8_0 \
-ctv q8_0 \
-b 4096 \
-ub 1024 \
-t 16 \
--jinja \
--mlock \
--no-warmup \
--no-context-shift \
--cache-prompt \
--cache-ram 65536 \
--host 0.0.0.0 \
--port 8089 \
--api-key o4a-secret-key
OpenAI-compatible API endpoint will be live at http://127.0.0.1:8089/v1.
| Metric | Single Agent (N=1) | 8 Parallel Agents | 16 Parallel Agents |
|---|---|---|---|
| Decode Speed (t/s) | 80.98 t/s | 137.69 t/s | 115.16 t/s |
| Tool-Call Validity | 100.0% | 100.0% | 93.8% |
| KV Quantization | Q8_0 | Q8_0 | Q8_0 |
| Prompt Cache Hit TTFT | 398 ms | 398 ms | 398 ms |
11 commits
Ornith-1.0-35B-ROCmFPX is a high-performance 35B mixture-of-experts model quantized and tuned specifically for local multi-agent workloads on AMD Ryzen AI Max+ 395 / Strix Halo (Radeon 8060S) using Vulkan and ROCmFPX.
Full source code, production Python launcher, systemd daemon files, and pre-compiled Strix Halo Vulkan binaries are hosted on GitHub: 👉 julianmb/Ornith-1.0-35B-ROCmFPX-StrixHalo on GitHub
Note: ROCmFPX and ROCmFP4 GGUF models use custom experimental block tensor layouts. Standard stock
llama.cpp, Ollama, or LM Studio cannot load ROCmFPX GGUFs out of the box.
To run these GGUF quants:
python3 run_server.py or ./run.sh from the GitHub Repository which ships with pre-compiled ROCmFPX Vulkan binaries.llama-server from the specialized ROCmFPX Fork.Ornith-1.0-35B-ROCmFPX-Speed-StrixHalo.gguf (Primary Production Quant)
Q4_0_ROCMFP4_COHERENT)Ornith-1.0-35B-ROCmFPX-Quality-StrixHalo.gguf (High-Precision Quant)
Q6_0_ROCMFPX)# Start server with Vulkan backend tuned for AMD Strix Halo
llama-server \
-m Ornith-1.0-35B-ROCmFPX-Speed-StrixHalo.gguf \
-dev Vulkan0 \
-ngl 99 \
-fa on \
-c 262144 \
-np 8 \
-ctk q8_0 \
-ctv q8_0 \
-b 4096 \
-ub 1024 \
-t 16 \
--jinja \
--mlock \
--no-warmup \
--no-context-shift \
--cache-prompt \
--cache-ram 65536 \
--host 0.0.0.0 \
--port 8089 \
--api-key o4a-secret-key
OpenAI-compatible API endpoint will be live at http://127.0.0.1:8089/v1.
| Metric | Single Agent (N=1) | 8 Parallel Agents | 16 Parallel Agents |
|---|---|---|---|
| Decode Speed (t/s) | 80.98 t/s | 137.69 t/s | 115.16 t/s |
| Tool-Call Validity | 100.0% | 100.0% | 93.8% |
| KV Quantization | Q8_0 | Q8_0 | Q8_0 |
| Prompt Cache Hit TTFT | 398 ms | 398 ms | 398 ms |
11 commits