Instructions to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-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 Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-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 Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: llama cli -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: llama cli -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
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 Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
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 Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
Use Docker
docker model run hf.co/Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Ollama:
ollama run hf.co/Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
- Unsloth Desktop
- Pi
How to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
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": "Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Docker Model Runner:
docker model run hf.co/Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
- Lemonade
How to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
Run and chat with the model
lemonade run user.Qwen3-Coder-Next-REAP-48B-A3B-GGUF-Q4_K_XL
List all available models
lemonade list
- Hermes Agent
How to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-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 Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
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 Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
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 "Ai2-Alliance/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL" \ --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"
Commit ·
239b520
0
Parent(s):
Duplicate from lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF
Browse filesCo-authored-by: L <lovedheart@users.noreply.huggingface.co>
- .gitattributes +47 -0
- BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00001-of-00006.gguf +3 -0
- BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00002-of-00006.gguf +3 -0
- BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00003-of-00006.gguf +3 -0
- BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00004-of-00006.gguf +3 -0
- BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00005-of-00006.gguf +3 -0
- BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00006-of-00006.gguf +3 -0
- Qwen3-Coder-Next-REAP-48B-A3B-Q2_K_XL.gguf +3 -0
- Qwen3-Coder-Next-REAP-48B-A3B-Q3_K_XL.gguf +3 -0
- Qwen3-Coder-Next-REAP-48B-A3B-Q4_K_XL.gguf +3 -0
- Qwen3-Coder-Next-REAP-48B-A3B-Q5_K_XL.gguf +3 -0
- Qwen3-Coder-Next-REAP-48B-A3B-Q6_K_XL.gguf +3 -0
- Qwen3-Coder-Next-REAP-48B-A3B-Q8_0.gguf +3 -0
- README.md +40 -0
.gitattributes
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Qwen3-Coder-Next-REAP-48B-A3B-Q2_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Qwen3-Coder-Next-REAP-48B-A3B-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen3-Coder-Next-REAP-48B-A3B-Q4_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Qwen3-Coder-Next-REAP-48B-A3B-Q5_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00001-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00002-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00003-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00004-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00005-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00006-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Qwen3-Coder-Next-REAP-48B-A3B-Q6_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Qwen3-Coder-Next-REAP-48B-A3B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00001-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13170963eedb42b9e0f6e642177ab99ecd0fda4fb5820f4ac4ded521a309d72d
|
| 3 |
+
size 19512743744
|
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00002-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93bf9e4157611455256bc275147b5de9bfc922c82038c0e8b3026a4047b1b2c8
|
| 3 |
+
size 19388724160
|
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00003-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fc2790256724339b0ccee6f0a1cecdce07ad3d2372ac6f71ed1eef5605be658
|
| 3 |
+
size 19390340384
|
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00004-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b9f706db3088025bccc33c6ee689bba977a963d822368136b32a5cdf1c41cfa
|
| 3 |
+
size 19469202432
|
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00005-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06f6b22f90ec9aff2f61c3f8788fc1301f17f9edb856861617eb6e56df456e27
|
| 3 |
+
size 19975394144
|
BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00006-of-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b9a7af5295c5d042d1295df9f7a51c55a81a7d7bd9f2501bd89a4e2f6c55047
|
| 3 |
+
size 35660064
|
Qwen3-Coder-Next-REAP-48B-A3B-Q2_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c227ff56ed0055eb8ce20baa2e5b5c9d478000fdef56c7e3ea0b391fdff5d556
|
| 3 |
+
size 22885387360
|
Qwen3-Coder-Next-REAP-48B-A3B-Q3_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45b785667bced43aa4353b9ef93769753a3e5d60a9e0c5d8feb60ebc77c90251
|
| 3 |
+
size 27888766048
|
Qwen3-Coder-Next-REAP-48B-A3B-Q4_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ef8880242565c0d4959d4df88bd0aa2a87e63276b37c383dc5b69834d64e2e9
|
| 3 |
+
size 33376586848
|
Qwen3-Coder-Next-REAP-48B-A3B-Q5_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0b6449d8362c5ba196cfd6903f68a011285a68c08a83c3cfeb511aa32e9595
|
| 3 |
+
size 38221007968
|
Qwen3-Coder-Next-REAP-48B-A3B-Q6_K_XL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98c6b6be26ea2bcf824ee793a665ab6edf72e400f88148d760bceebcd9cbc307
|
| 3 |
+
size 43368205408
|
Qwen3-Coder-Next-REAP-48B-A3B-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:623e3f657ff9bfba0d8aa0a94b1c3a7fad1e04d9338a2c631baefcc3e078ecdd
|
| 3 |
+
size 54475050080
|
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen3-Coder-Next
|
| 4 |
+
tags:
|
| 5 |
+
- text-generation-inference
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+

|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
**Qwen3-Coder-Next-REAP-48B-A3B** has the following specifications:
|
| 15 |
+
|
| 16 |
+
- **Type:** Causal Language Models
|
| 17 |
+
- **Number of Parameters**: 48B in total and 3B activated
|
| 18 |
+
- **Hidden Dimension**: 2048
|
| 19 |
+
- **Number of Layers**: 48
|
| 20 |
+
- **Hybrid Layout**: 12 * (3 * (Gated DeltaNet -> MoE) -> 1 * (Gated Attention -> MoE))
|
| 21 |
+
- **Gated Attention**:
|
| 22 |
+
- **Number of Attention Heads**: 16 for Q and 2 for KV
|
| 23 |
+
- **Head Dimension**: 256
|
| 24 |
+
- **Rotary Position Embedding Dimension**: 64
|
| 25 |
+
- **Gated DeltaNet**:
|
| 26 |
+
**Number of Linear Attention Heads: 32 for V and 16 for QK
|
| 27 |
+
**Head Dimension: 128
|
| 28 |
+
- **Mixture of Experts**:
|
| 29 |
+
- **Number of Experts: 308 (uniformly pruned from 512)
|
| 30 |
+
- **Number of Activated Experts: 10
|
| 31 |
+
- **Number of Shared Experts: 1
|
| 32 |
+
- **Context Length**: 262,144 natively
|
| 33 |
+
- **Compression Method**: REAP (Router-weighted Expert Activation Pruning)
|
| 34 |
+
- **Compression Ratio**: 40% expert pruning
|
| 35 |
+
|
| 36 |
+
Test video 1 (agentic task) @Q4_K_XL : https://www.bilibili.com/video/BV1f8cNzcEHV/
|
| 37 |
+
Prompt: please clone the repository https://github.com/ggml-org/llama.cpp in /home/lovedheart/llama_ and review the PR 19435.
|
| 38 |
+
|
| 39 |
+
Test video 2 -> fastllm (int8 quantization) approx. Q8_0 in GGUF : https://www.bilibili.com/video/BV1hwFJzXEVP/
|
| 40 |
+
Prompt: Create a cosmic nebula background using Three.js with the following requirements: a deep black space background with twinkling white stars; 2–3 large semi-transparent purple/pink nebula clouds with a smoky texture; slow rotation animation; optimized for white text display. Implementation details: 1. Starfield: 5000 white particles randomly distributed with subtle twinkling; 2. Nebula: 2–3 large purple particle clusters using additive blending mode; 3. Colors: #8B5CF6, #C084FC, #F472B6 (purple to pink gradient); 4. Animation: overall rotation.y += 0.001, stars' opacity flickering; 5. Setup: WebGLRenderer with alpha:true and black background.
|