Instructions to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX # Run inference directly in the terminal: llama cli -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX # Run inference directly in the terminal: llama cli -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX # Run inference directly in the terminal: ./llama-cli -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX # Run inference directly in the terminal: ./build/bin/llama-cli -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Use Docker
docker model run hf.co/kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
- LM Studio
- Jan
- vLLM
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
- Ollama
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with Ollama:
ollama run hf.co/kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
- Unsloth Studio
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF to start chatting
- Pi
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with Docker Model Runner:
docker model run hf.co/kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
- Lemonade
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Run and chat with the model
lemonade run user.Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF-Q8_0_ROCMFPX
List all available models
lemonade list
- Hermes Agent
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF:Q8_0_ROCMFPX" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Apodex-1.1-mini — ROCmFPX 8-bit reference layout for AMD Strix Halo (gfx1151)
I built this reference 8-bit ROCmFPX quantization of apodex/Apodex-1.1-mini (Qwen3.5- derived hybrid MoE, 262K context) on my Strix Halo box.
The file
| ftype | 111 — Q8_0_ROCMFPX |
| size | 35,820,690,688 bytes (33.36 GiB) |
| bpw | 8.27 |
| architecture | qwen3_5_moe (hybrid linear-attention + full-attention MoE) |
| tensors | 733 |
| context | 262,144 |
| experts | 256 routed, 8 active per token + shared expert |
| token embedding | Q8_0_ROCMFPX |
output.weight |
Q8_0_ROCMFPX |
| sha256 | 575a3b0ec6b75df5ff30830a050ff0ef25d8cec6435d54973680ac729bdad590 |
Type histogram, read from the finished file:
Q8_0_ROCMFPX x432, F32 x301
What this build type is — and what it protects
Q8_0_ROCMFPX (ftype 111) is my reference 8-bit ROCmFPx layout: every weight tensor —
including token_embd.weight and output.weight — goes into the ROCmFPX 8-bit UE4M3-scale
reference format. Nothing is held back at plain Q8_0 (contrast with my _AGENT tier, which
keeps the output-side tensors at plain Q8_0 for tool-call coherence). At 8 bits the quality
gap between the two tiers is small; take this one for size/speed, take _AGENT if you serve
tools.
tie_word_embeddings is false on Apodex, so output.weight is a real standalone tensor.
I verified the head types by reading the finished file back by exact tensor name
(token_embd.weight and output.weight — exact match, not substring).
Text-only, trunk-only — stated up front
- No vision tower. The upstream repo is multimodal; this GGUF carries the language model only. No mmproj is included.
- No MTP head. My converter's MTP merge path dies on this checkpoint's de-fused
mtp.layers.0.mlp.experts.*tensors (KeyError: 'model.layers.0.mlp.experts.0.down_proj.weight'in the Qwen2Moe merge loop), so I converted with--no-mtp. The 40-layer trunk is complete (733 tensors); speculative MTP drafting is not available from this file. I do not publish what I have not verified.
How I built it
- Manifest gate: pulled
apodex/Apodex-1.1-minifile list from the HF API with?blobs=trueand recorded the real shard bytes (15 safetensors shards, 71,903,869,048 bytes total — never the indextotal_size). - Downloaded and byte-verified all 28 files against that manifest.
- Converted with
convert_hf_to_gguf.pyfrom myrocmfpx-dspark-halotree (4eca07e),--outtype bf16 --no-mtp→ 733 tensors, 69,376,638,528 bytes. The checkpoint ships fused expert tensors (mlp.experts.gate_up_proj/mlp.experts.down_proj); this converter's Qwen2Moe base ingests the fused layout directly. - Quantized with the same tree's
llama-quantizeat 16 threads. Dry-run estimate 34,150.79 MiB; the real file landed within ~11 MiB of it.
Measured on my box — partial-offload functional check, stated plainly
amd-halo: AMD Ryzen AI Max+ 395 (Strix Halo, gfx1151), ROCm 7.13.0, 125 GiB unified memory.
At test time this box was serving 8 live llama-server seats holding ~107 GiB of unified
memory, leaving me ~16 GiB. A full -ngl 999 --no-mmap load does not fit in that headroom,
so I functionally checked with partial offload instead:
| offload | 9 / 40 layers on ROCm0, rest CPU-mmap (-ngl 9 -c 2048) |
| generation (server-reported) | 0.292 t/s over 48 tokens (164.6 s) |
| prompt processing | 19 tokens in 33.7 s |
| MemAvailable | 16.5 GiB before load → 8.0 GiB after |
Greedy, port 8497, -t 16, --jinja. These t/s numbers are limited by streaming the
CPU-resident layers, not by the ROCm path — treat them as load-and-generate proof with the
server's own timing, not as the speed you will get on an idle box. Full-offload throughput:
not measured (would require freeing the seats — I don't touch my live seats).
Sample output (greedy, prompt "Explain in one clear sentence what granite rock is primarily made of."):
<think> Thinking Process: 1. Analyze the Request: … (native thinking-mode generation)
⚠️ Stock llama.cpp will not load this file
Q8_0_ROCMFPX is a custom tensor format that exists only in the
ROCmFPX fork of llama.cpp.
llama-server -m apodex-1.1-mini-Q8_0_ROCMFPX.gguf -dev ROCm0 -fa on -ngl 999 -c 8192 # on a box with the memory for it
Not measured
No benchmark sweeps, no context sweeps, no perplexity, no full-offload throughput — per my build discipline this is the 3-tier publish set and one functional check per tier.
Provenance & license
Converted and quantized from apodex/Apodex-1.1-mini (Apache 2.0). This quantized build is
released under the same Apache 2.0 license. The ROCmFPX runtime is a third-party fork; its
own terms apply to the runtime, not to these weights.
- Downloads last month
- -
8-bit
Model tree for kingjones777/Apodex-1.1-mini-ROCmFPX-Q8_0-GGUF
Base model
Qwen/Qwen3.5-35B-A3B-Base