Instructions to use tensorblock/ConfigurableBeagle-11B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/ConfigurableBeagle-11B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/ConfigurableBeagle-11B-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/ConfigurableBeagle-11B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/ConfigurableBeagle-11B-GGUF", filename="ConfigurableBeagle-11B-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/ConfigurableBeagle-11B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
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 tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
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 tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/ConfigurableBeagle-11B-GGUF with Ollama:
ollama run hf.co/tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/ConfigurableBeagle-11B-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 tensorblock/ConfigurableBeagle-11B-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 tensorblock/ConfigurableBeagle-11B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/ConfigurableBeagle-11B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/ConfigurableBeagle-11B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
- Lemonade
How to use tensorblock/ConfigurableBeagle-11B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/ConfigurableBeagle-11B-GGUF:Q2_K
Run and chat with the model
lemonade run user.ConfigurableBeagle-11B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- ConfigurableBeagle-11B-Q3_K_L.gguf +0 -3
- ConfigurableBeagle-11B-Q3_K_M.gguf +0 -3
- ConfigurableBeagle-11B-Q3_K_S.gguf +0 -3
- ConfigurableBeagle-11B-Q4_0.gguf +0 -3
- ConfigurableBeagle-11B-Q4_K_M.gguf +0 -3
- ConfigurableBeagle-11B-Q4_K_S.gguf +0 -3
- ConfigurableBeagle-11B-Q5_0.gguf +0 -3
- ConfigurableBeagle-11B-Q5_K_M.gguf +0 -3
- ConfigurableBeagle-11B-Q5_K_S.gguf +0 -3
- ConfigurableBeagle-11B-Q6_K.gguf +0 -3
- ConfigurableBeagle-11B-Q8_0.gguf +0 -3
ConfigurableBeagle-11B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4453b27db8d608f62631280e92ffa6f275df0ce3648cface5529d0aef42f594c
|
| 3 |
-
size 5650750400
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:267d2662524a069ce1fac6f2744aee6164eeaa7dda500d13e2b4b6ea5ca8b172
|
| 3 |
-
size 5195668416
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d8af7032dc757a524c1ded32d52345d236a7f808e1eef48b92c32c99c10d5262
|
| 3 |
-
size 4664564672
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f8d32fb2e0eb49b2650cc42670673c5107359b2ca02c8b319c64085fa981a57d
|
| 3 |
-
size 6072384448
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:83101041efd53c5ec4a3622aeeea2c9ab1f1a65525fe630e4b53fc360953e9ad
|
| 3 |
-
size 6461668288
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:24ee2bac3cedd7fd1696d1a22a147ee9b9b88e2d9fb0bcacf1effd115ed9f43d
|
| 3 |
-
size 6118521792
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d42f1a8575a718f2a6d22954ddcd9e92997fb6bd122d730c017ef621b1bb4a9
|
| 3 |
-
size 7397391296
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:255a43b1ac87c6fb658eb27d89468d78a758cd7f92b34be158ba9bee5df04216
|
| 3 |
-
size 7597931456
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7db402684731817e17975e9c9d6dbeb6d61be6dc88d47c251c3646b5a45aeb50
|
| 3 |
-
size 7397391296
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:194309e8d6eef9c63a7db1d7da4d46319816be3a34d13eda8d04ff169085ea9b
|
| 3 |
-
size 8805211072
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurableBeagle-11B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:06f89b0065c07f3b2220febfa345b03430bb6897b7c06f8a024043f24108d25f
|
| 3 |
-
size 11404155840
|
|
|
|
|
|
|
|
|
|
|
|