Instructions to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF", filename="BF16/Qwen3-Coder-Next-REAP-48B-A3B-BF16-00001-of-00006.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: llama-cli -hf lovedheart/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-server -hf lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: llama-cli -hf lovedheart/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 lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf lovedheart/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 lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
Use Docker
docker model run hf.co/lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Ollama:
ollama run hf.co/lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
- Unsloth Studio
How to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-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 lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-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 lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF to start chatting
- Pi
How to use lovedheart/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-server -hf lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
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": "lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use lovedheart/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-server -hf lovedheart/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 lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Docker Model Runner:
docker model run hf.co/lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF:Q4_K_XL
- Lemonade
How to use lovedheart/Qwen3-Coder-Next-REAP-48B-A3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull lovedheart/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
Upload folder using huggingface_hub
Browse files- .gitattributes +6 -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
.gitattributes
CHANGED
|
@@ -37,3 +37,9 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
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
|