Instructions to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 # Run inference directly in the terminal: llama cli -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 # Run inference directly in the terminal: llama cli -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 # Run inference directly in the terminal: ./llama-cli -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
Use Docker
docker model run hf.co/anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
- LM Studio
- Jan
- vLLM
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
- Ollama
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with Ollama:
ollama run hf.co/anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
- Unsloth Studio
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 to start chatting
- Pi
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with Docker Model Runner:
docker model run hf.co/anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
- Lemonade
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
Run and chat with the model
lemonade run user.Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
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 anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
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 "anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0" \ --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"
Qwen3.8-2.4T-A95B Flash-MoE UD-Q1_0
SSD-backed Flash-MoE package for Qwen3.8-2.4T-A95B, exported from the Unsloth UD-Q1_0 GGUF.
This is not a conventional standalone GGUF. The non-routed and shared tensors
are stored in model-dense.gguf; routed expert tensors are stored separately in
a layer-major sidecar/ and loaded into a per-layer resident slot bank on demand.
Use the Flash-MoE-enabled Qwen3.8 branch of
anemll-flash-llama.cpp.
Stock llama.cpp builds that do not understand this package layout or its
IQ1_XXXS routed experts cannot run it.
Model and package details
| Property | Value |
|---|---|
| Architecture | qwen35moe |
| Transformer blocks | 93 |
| Embedding width | 8192 |
| Context metadata | 262,144 tokens |
| Routed experts per layer | 512 |
| Native experts selected per token | 10 |
| Dense/shared GGUF tensors | 1,423 |
| Dense/shared GGUF file size | 36,881,771,680 bytes |
| Routed tensors | 279 |
| Routed sidecar size | 360,374,599,680 bytes |
| Complete upload size | 397,256,650,449 bytes (369.97 GiB) |
The routed sidecar preserves the source GGUF bytes exactly:
- Layers 0-91: gate, up, and down routed tensors are
IQ1_XXXS(276 tensors). - Layer 92: gate, up, and down routed tensors are
Q2_K(3 tensors). - Each layer file contains the three whole routed tensors for that layer, with 512 experts packed within each tensor.
The dense/shared GGUF quant inventory is:
| Quant type | Tensors | Tensor-data bytes |
|---|---|---|
F32 |
838 | 2,171,133,440 |
Q4_K |
2 | 2,288,517,120 |
Q5_K |
420 | 23,391,633,408 |
Q6_K |
162 | 8,876,851,200 |
Q8_0 |
1 | 142,606,336 |
Download
The repository is about 397 GB. Put it on a fast local SSD and preserve the directory layout:
hf download anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0 \
--local-dir ~/Models/Qwen3.8
Expected layout:
~/Models/Qwen3.8/
โโโ model-dense.gguf
โโโ flashmoe-package.json
โโโ sidecar/
โโโ manifest.json
โโโ layer_000.bin
โโโ ...
โโโ layer_092.bin
Keep the sidecar on fast directly attached storage. This runtime uses SSD reads for cache misses; network filesystems and slow external links will sharply reduce decode speed.
SSD slot-bank inference
Build the Flash-MoE branch of anemll-flash-llama.cpp, then run from its source
directory:
./build/bin/llama-cli \
-m ~/Models/Qwen3.8/model-dense.gguf \
--moe-mode slot-bank \
--moe-sidecar ~/Models/Qwen3.8/sidecar \
--moe-slot-bank 96 \
--moe-topk 10 \
--moe-cache-io-split 4 \
--moe-prefetch-temporal \
-fit on \
-ub 1 \
-b 1 \
-ngl 999 \
-c 128 \
--no-warmup \
-st \
-p "Hello" \
-n 16
Important runtime choices:
- Keep
--moe-topk 10: this is the model's native routed width. - Do not add
--slot4or--slot8; those fused paths do not match native top-10 routing. -ub 1and-b 1select the decode-oriented SSD path.--moe-prefetch-temporaloverlaps next-layer reads with current-layer compute.- The 96-slot setting is intended for a 128 GB Apple Silicon machine. Each slot, summed over all 93 layer banks, costs 703,856,640 bytes (671.25 MiB), so a 96-slot bank uses about 62.93 GiB in addition to the dense model and runtime allocations. If memory pressure is high, start with 32 or 64 slots.
- The 262K value is model metadata, not a promise that the full context fits in
memory. Increase
-conly after budgeting KV-cache and runtime memory.
Attribution and license
- Base model: Qwen/Qwen3.8-2.4T-A95B
- Source quantization: unsloth/Qwen3.8-2.4T-A95B-GGUF, UD-Q1_0
- Flash-MoE packaging/runtime: ANEMLL
anemll-flash-llama.cpp,Qwen3.8branch
The embedded GGUF metadata reports license: other. Review and comply with the
base model and source repository license terms before use or redistribution.
Verification metadata
flashmoe-package.json records the export summary and sidecar/manifest.json
records source offsets, quant types, shapes, exact byte lengths, and repacked
offsets. The package was produced with byte-level sidecar verification enabled.
- Downloads last month
- 896
We're not able to determine the quantization variants.
Model tree for anemll/Qwen3.8-2.4T-A95B-FlashMoE-UD-Q1_0
Base model
Qwen/Qwen3.8-2.4T-A95B