Instructions to use tensorblock/stabilityai_StableBeluga1-Delta-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 tensorblock/stabilityai_StableBeluga1-Delta-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 tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/stabilityai_StableBeluga1-Delta-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/stabilityai_StableBeluga1-Delta-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/stabilityai_StableBeluga1-Delta-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/stabilityai_StableBeluga1-Delta-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/stabilityai_StableBeluga1-Delta-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/stabilityai_StableBeluga1-Delta-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/stabilityai_StableBeluga1-Delta-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
- Ollama
How to use tensorblock/stabilityai_StableBeluga1-Delta-GGUF with Ollama:
ollama run hf.co/tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/stabilityai_StableBeluga1-Delta-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
- Lemonade
How to use tensorblock/stabilityai_StableBeluga1-Delta-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/stabilityai_StableBeluga1-Delta-GGUF:Q2_K
Run and chat with the model
lemonade run user.stabilityai_StableBeluga1-Delta-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- StableBeluga1-Delta-Q3_K_L.gguf +0 -3
- StableBeluga1-Delta-Q3_K_M.gguf +0 -3
- StableBeluga1-Delta-Q3_K_S.gguf +0 -3
- StableBeluga1-Delta-Q4_0.gguf +0 -3
- StableBeluga1-Delta-Q4_K_M.gguf +0 -3
- StableBeluga1-Delta-Q4_K_S.gguf +0 -3
- StableBeluga1-Delta-Q5_0.gguf +0 -3
- StableBeluga1-Delta-Q5_K_M.gguf +0 -3
- StableBeluga1-Delta-Q5_K_S.gguf +0 -3
- StableBeluga1-Delta-Q6_K/StableBeluga1-Delta-Q6_K-00001-of-00002.gguf +0 -3
- StableBeluga1-Delta-Q6_K/StableBeluga1-Delta-Q6_K-00002-of-00002.gguf +0 -3
- StableBeluga1-Delta-Q8_0/StableBeluga1-Delta-Q8_0-00001-of-00002.gguf +0 -3
- StableBeluga1-Delta-Q8_0/StableBeluga1-Delta-Q8_0-00002-of-00002.gguf +0 -3
StableBeluga1-Delta-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a60bec1c30b2669620a39f84ae007e45164bd068fbd8d7736d16c691ab0f41bd
|
| 3 |
-
size 34648373472
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:406d777f85856152fe894748cd303d27bb2295d2bcca0e4291873bca89926266
|
| 3 |
-
size 31632144608
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d60956998420f9f1c7435df149b280e18a258a30b084517ca651134a491a418f
|
| 3 |
-
size 28160309472
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:39ef80bb1e99538b7975f676afbf960a3687ff9ef118d51006cd97567e0f4156
|
| 3 |
-
size 36796070112
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d0b739710ee9926a003dad4f0a03595a6910a1c1d68b26fbb016370884c6f05
|
| 3 |
-
size 39348041952
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:798cc8498c8cfb0c89d98d724cdd3ead8a0522b7b1227f8ed1782509f533bfff
|
| 3 |
-
size 37055068384
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e1e729d80c9f12daa54343f107647ea23b8fd1913aa26063298972107a90691d
|
| 3 |
-
size 44923844832
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d795acfd9b8e5ffc389bf757465b4482382265b17dd1b8feb09028a0c28aa1e1
|
| 3 |
-
size 46238496992
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8428a7b6db26af95bc1341988ddb83f2547ff2ef80991b8bee457c25ebe075e0
|
| 3 |
-
size 44923844832
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q6_K/StableBeluga1-Delta-Q6_K-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9c960bd852acc9812fc5620e9ef0b085c3a15d67a2399714d16cd52d481ec039
|
| 3 |
-
size 34964536896
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q6_K/StableBeluga1-Delta-Q6_K-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:765171bc76913ac9415001b4455125a2ab895b45ce9520ca3b707d1934ebc43f
|
| 3 |
-
size 18595068768
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q8_0/StableBeluga1-Delta-Q8_0-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8556eab73633fbc30559b6a1f9b449d2eda564f1214594633a2cbcf686ae2e57
|
| 3 |
-
size 34964235552
|
|
|
|
|
|
|
|
|
|
|
|
StableBeluga1-Delta-Q8_0/StableBeluga1-Delta-Q8_0-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4674b822d2ca08d8e3fc18514337cb652e869d72c7b26522f364cb575eab7e1a
|
| 3 |
-
size 34406421632
|
|
|
|
|
|
|
|
|
|
|
|