Instructions to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Qwen3.5-4B-OBLITERATED-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Qwen3.5-4B-OBLITERATED-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 mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
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 mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
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 mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with Ollama:
ollama run hf.co/mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
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": "mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.5-4B-OBLITERATED-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Qwen3.5-4B-OBLITERATED-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 mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
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 mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Qwen3.5-4B-OBLITERATED-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M
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 "mradermacher/Qwen3.5-4B-OBLITERATED-GGUF:Q4_K_M" \ --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"
uploaded from leia
Browse files- .gitattributes +12 -0
- Qwen3.5-4B-OBLITERATED.IQ4_XS.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q2_K.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q3_K_L.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q3_K_M.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q3_K_S.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q4_K_M.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q4_K_S.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q5_K_M.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q5_K_S.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q6_K.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.Q8_0.gguf +3 -0
- Qwen3.5-4B-OBLITERATED.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.5-4B-OBLITERATED.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Qwen3.5-4B-OBLITERATED.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen3.5-4B-OBLITERATED.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Qwen3.5-4B-OBLITERATED.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Qwen3.5-4B-OBLITERATED.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Qwen3.5-4B-OBLITERATED.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Qwen3.5-4B-OBLITERATED.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Qwen3.5-4B-OBLITERATED.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Qwen3.5-4B-OBLITERATED.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Qwen3.5-4B-OBLITERATED.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Qwen3.5-4B-OBLITERATED.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Qwen3.5-4B-OBLITERATED.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3.5-4B-OBLITERATED.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b52a2ecf14cf964578d381b4e53d329faa4305776136ee11853c9d67cbdc4c03
|
| 3 |
+
size 2529031360
|
Qwen3.5-4B-OBLITERATED.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f65d32c29531ea3237a7f312f747aac8d599ae2a8dc2fd51ca6ddd05c800aba
|
| 3 |
+
size 1915471040
|
Qwen3.5-4B-OBLITERATED.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a41dd613d351886b46cafb2ff55e289a4368c7ab1c64758b22bf7a75c3bf0fe
|
| 3 |
+
size 2421316800
|
Qwen3.5-4B-OBLITERATED.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08d77c4269fc2ac35252d41baf5b7b88ffd2946d5e4ef6c9326cfe1b34aba0da
|
| 3 |
+
size 2262064320
|
Qwen3.5-4B-OBLITERATED.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d336cc7db979c9c8a47a92320ee63f720d0be3e0e2f8551f4957ed0e04be7a6
|
| 3 |
+
size 2069880000
|
Qwen3.5-4B-OBLITERATED.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc5620107293ea7ebaa7ce0b342ea515d749a69ebdfabd24f02c43b4c853d488
|
| 3 |
+
size 2708804800
|
Qwen3.5-4B-OBLITERATED.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7722711e9cec391962aa158a260a03abba96ca80cfe162df0b334e82b15c12b0
|
| 3 |
+
size 2563888320
|
Qwen3.5-4B-OBLITERATED.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5846542baae29c27df908e02273081db37af9161e88b34737c6013a24cab9f7d
|
| 3 |
+
size 3074987200
|
Qwen3.5-4B-OBLITERATED.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c85ba0a1e677ec35ac702ac270e6962ebfd97e9ff137ac210f794f2a08b3de4
|
| 3 |
+
size 2990036160
|
Qwen3.5-4B-OBLITERATED.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f91b3c1b058e07611718ae42c02b3d1fa2b5c223a08f29763090327b2f37eb5
|
| 3 |
+
size 3464056000
|
Qwen3.5-4B-OBLITERATED.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b6f78602ae9bd88ee101197ecc9554bc6cafa0695f0e986bbc928a361d09f3a
|
| 3 |
+
size 4482403520
|
Qwen3.5-4B-OBLITERATED.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc0e5bbf0c0804981342ffadbb5c872755d8df1cdb6e967c6acbb2fa30241b37
|
| 3 |
+
size 8424393920
|