Instructions to use mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Qwen3.5-4B-MiniFantasy-MTP-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-MiniFantasy-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Qwen3.5-4B-MiniFantasy-MTP-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-MiniFantasy-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Qwen3.5-4B-MiniFantasy-MTP-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-MiniFantasy-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Qwen3.5-4B-MiniFantasy-MTP-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-MiniFantasy-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF with Ollama:
ollama run hf.co/mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Qwen3.5-4B-MiniFantasy-MTP-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.5-4B-MiniFantasy-MTP-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files- .gitattributes +12 -0
- Qwen3.5-4B-MiniFantasy-MTP.IQ4_XS.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q2_K.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q3_K_L.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q3_K_M.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q3_K_S.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q4_K_M.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q4_K_S.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q5_K_M.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q5_K_S.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q6_K.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.Q8_0.gguf +3 -0
- Qwen3.5-4B-MiniFantasy-MTP.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Qwen3.5-4B-MiniFantasy-MTP.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Qwen3.5-4B-MiniFantasy-MTP.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Qwen3.5-4B-MiniFantasy-MTP.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Qwen3.5-4B-MiniFantasy-MTP.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen3.5-4B-MiniFantasy-MTP.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Qwen3.5-4B-MiniFantasy-MTP.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Qwen3.5-4B-MiniFantasy-MTP.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3.5-4B-MiniFantasy-MTP.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa9ebc61ff576a2f853a16d2a7712c60632068e5924ba1f7e7c77a5ae277c648
|
| 3 |
+
size 2593549344
|
Qwen3.5-4B-MiniFantasy-MTP.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2cfb9c74f7932de2975c1796194eed88a2e71571360d1793688af4340db058e
|
| 3 |
+
size 1959160864
|
Qwen3.5-4B-MiniFantasy-MTP.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c13d3b7e65ead32086f9487ffdfb3c0e35de98d2a73b5b28b2e59bebee6c6d3
|
| 3 |
+
size 2482639904
|
Qwen3.5-4B-MiniFantasy-MTP.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf41a62b9dc9d4c1421323dd776160abcc3ee2e2c04e57cd722d78bb12a8e193
|
| 3 |
+
size 2318799904
|
Qwen3.5-4B-MiniFantasy-MTP.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f14da028bc0742a6cd3e06412b6249cd50a663d881c6e71d20bc68dbc06d45ea
|
| 3 |
+
size 2121741344
|
Qwen3.5-4B-MiniFantasy-MTP.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:277bfd53d426c72a9ccebc385105cc8495583d9c7b6eafcca6c756879451e767
|
| 3 |
+
size 2783439904
|
Qwen3.5-4B-MiniFantasy-MTP.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0505af42748956a9ac32d7866a191ba6dd4da349591bf863025b167c1d7cd26b
|
| 3 |
+
size 2631765024
|
Qwen3.5-4B-MiniFantasy-MTP.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87661864044b8c5e5dda08a0cc4bb1f1c53ea9d9ca76ef7cd3ed18d471d6d28e
|
| 3 |
+
size 3161418784
|
Qwen3.5-4B-MiniFantasy-MTP.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94c0cceaa0c9ba7613a56ac030eda330a699f8ba50bea2f3789e7c209bb23aa0
|
| 3 |
+
size 3072986144
|
Qwen3.5-4B-MiniFantasy-MTP.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7926d2ba759d144f3cd066cb38cd6f4885598d2b34c622f4b9842832465042c4
|
| 3 |
+
size 3563021344
|
Qwen3.5-4B-MiniFantasy-MTP.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2517965b9867e0eacb57edae6e35ed665ceab3d7d8896bbe60477c7d3dbdb6c
|
| 3 |
+
size 4610573344
|
Qwen3.5-4B-MiniFantasy-MTP.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89cd3801de163f353776879645f339977c59547cce01a61b5e3865504c57abaf
|
| 3 |
+
size 8665613344
|