Instructions to use mradermacher/Wilo-Chat-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Wilo-Chat-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Wilo-Chat-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Wilo-Chat-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/Wilo-Chat-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Wilo-Chat-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/Wilo-Chat-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Wilo-Chat-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/Wilo-Chat-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Wilo-Chat-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/Wilo-Chat-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Wilo-Chat-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Wilo-Chat-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Wilo-Chat-GGUF with Ollama:
ollama run hf.co/mradermacher/Wilo-Chat-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Wilo-Chat-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 mradermacher/Wilo-Chat-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 mradermacher/Wilo-Chat-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Wilo-Chat-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Wilo-Chat-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Wilo-Chat-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Wilo-Chat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Wilo-Chat-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Wilo-Chat-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +12 -0
- Wilo-Chat.IQ4_XS.gguf +3 -0
- Wilo-Chat.Q2_K.gguf +3 -0
- Wilo-Chat.Q3_K_L.gguf +3 -0
- Wilo-Chat.Q3_K_M.gguf +3 -0
- Wilo-Chat.Q3_K_S.gguf +3 -0
- Wilo-Chat.Q4_K_M.gguf +3 -0
- Wilo-Chat.Q4_K_S.gguf +3 -0
- Wilo-Chat.Q5_K_M.gguf +3 -0
- Wilo-Chat.Q5_K_S.gguf +3 -0
- Wilo-Chat.Q6_K.gguf +3 -0
- Wilo-Chat.Q8_0.gguf +3 -0
- Wilo-Chat.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 |
+
Wilo-Chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Wilo-Chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Wilo-Chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Wilo-Chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Wilo-Chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Wilo-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Wilo-Chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Wilo-Chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Wilo-Chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Wilo-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Wilo-Chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Wilo-Chat.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Wilo-Chat.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfbe4448cee4cc68e3954ed825cee98a14604db7f4a71a4bb3e2e2b5aca506dd
|
| 3 |
+
size 82558976
|
Wilo-Chat.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51588e4364a7d384e6c603fd91a50c500653ed11710f5ce9b20d981c89a3c94c
|
| 3 |
+
size 68532224
|
Wilo-Chat.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bc3379369cf9ffacc53bf89236ff0acf8e7d6d141a192b9f293f88bdcbd0ffc
|
| 3 |
+
size 85508096
|
Wilo-Chat.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05e8585f8b237f947e9089776b59fc4c9cbf19b21adceff2870fac9bf8189c60
|
| 3 |
+
size 81084416
|
Wilo-Chat.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c11384a891d5f64e91c05a2d77b6f4fcf3fc4ab49d4694b4f9e0c5a5474a93dd
|
| 3 |
+
size 73564160
|
Wilo-Chat.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85451145dda61ed0214d9edc84e7525098e05f6b5633807a890c82aa8aba7cad
|
| 3 |
+
size 91148288
|
Wilo-Chat.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:562c21c91ce1b1e9ca2a70ead9dc302ce3887090d3c1487aa232f349977c7d30
|
| 3 |
+
size 85139456
|
Wilo-Chat.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:238fd7201f2a4be66fceada4d28cb3c7d141f19fd98c36b150719c6feb106026
|
| 3 |
+
size 100161536
|
Wilo-Chat.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41a06145224a983aeb6acc70336ccccbfd91f7e608746cfa7b7249d7e30dd66a
|
| 3 |
+
size 95461376
|
Wilo-Chat.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7730258e0600cfc96c399a2cf53a5c5ed871a8de1aac1475351f20706b805e52
|
| 3 |
+
size 106741760
|
Wilo-Chat.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2eb48020ef75c163e80e1010106514c5acfbb7665c90bf6673600faf8400ebdf
|
| 3 |
+
size 136659680
|
Wilo-Chat.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7241304859d4aa6aa4b68f16d8abedd3fc21e28b4e293bbeec8fd28039f4a023
|
| 3 |
+
size 252470944
|