Instructions to use Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Kquant03/Buttercup-4x7B-V2-GGUF with Ollama:
ollama run hf.co/Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M
- Unsloth Studio
How to use Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-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 Kquant03/Buttercup-4x7B-V2-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Kquant03/Buttercup-4x7B-V2-GGUF to start chatting
- Docker Model Runner
How to use Kquant03/Buttercup-4x7B-V2-GGUF with Docker Model Runner:
docker model run hf.co/Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M
- Lemonade
How to use Kquant03/Buttercup-4x7B-V2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Kquant03/Buttercup-4x7B-V2-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Buttercup-4x7B-V2-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload 8 files
Browse files- .gitattributes +8 -0
- ggml-Buttercup-V2-ggml-model-q3_k_m.gguf +3 -0
- ggml-Buttercup-V2-ggml-model-q4_0.gguf +3 -0
- ggml-Buttercup-V2-ggml-model-q4_k_m.gguf +3 -0
- ggml-Buttercup-V2-ggml-model-q5_0.gguf +3 -0
- ggml-Buttercup-V2-ggml-model-q5_k_m.gguf +3 -0
- ggml-Buttercup-V2-ggml-model-q6_k.gguf +3 -0
- ggml-Buttercup-V2-ggml-model-q8_0.gguf +3 -0
- ggml-Buttercup-V2-model-q2_k.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ 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 |
+
ggml-Buttercup-V2-ggml-model-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
ggml-Buttercup-V2-ggml-model-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ggml-Buttercup-V2-ggml-model-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
ggml-Buttercup-V2-ggml-model-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
ggml-Buttercup-V2-ggml-model-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
ggml-Buttercup-V2-ggml-model-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ggml-Buttercup-V2-ggml-model-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ggml-Buttercup-V2-model-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
ggml-Buttercup-V2-ggml-model-q3_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30e2ff991c6605fadaf840304fdc0d1477489542946d607da03530b0830260b5
|
| 3 |
+
size 11579410208
|
ggml-Buttercup-V2-ggml-model-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cab3100e8ccaa289c9c62b167496b3f3720a40fa60753e817ed19e38e2aac87d
|
| 3 |
+
size 13622667040
|
ggml-Buttercup-V2-ggml-model-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68e1418dabbfab07f68bb062f73ec7d09cd1e1abeb97b869ec14d60d400b33f
|
| 3 |
+
size 14608852768
|
ggml-Buttercup-V2-ggml-model-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11343f888d26a0d865f537b88004509076e655efd582938ec8c32e395caf0031
|
| 3 |
+
size 16625395488
|
ggml-Buttercup-V2-ggml-model-q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5c8dc83fca41c3fab30d879fffc97e9507ae48b667a5df7db85087ad85bd4f6
|
| 3 |
+
size 17133430560
|
ggml-Buttercup-V2-ggml-model-q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d033d93f5710d4dde1e0bc8b2da34524368978a27b9cb1e58504f3f4591b9e6f
|
| 3 |
+
size 19815794464
|
ggml-Buttercup-V2-ggml-model-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd9c944bf66da38da176e4bc933c1b2f063819cba95ef54099683cf1ef18a51d
|
| 3 |
+
size 25665324832
|
ggml-Buttercup-V2-model-q2_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ae4bd024c02a121f259d124951df542f6ada9a0a127947712fd13ee122d85c0
|
| 3 |
+
size 8841897760
|