Instructions to use tensorblock/bloom-3b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/bloom-3b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/bloom-3b-GGUF", filename="bloom-3b-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/bloom-3b-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/bloom-3b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/bloom-3b-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/bloom-3b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/bloom-3b-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/bloom-3b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/bloom-3b-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/bloom-3b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/bloom-3b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/bloom-3b-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/bloom-3b-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/bloom-3b-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/bloom-3b-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/bloom-3b-GGUF:Q2_K
- Ollama
How to use tensorblock/bloom-3b-GGUF with Ollama:
ollama run hf.co/tensorblock/bloom-3b-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/bloom-3b-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/bloom-3b-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/bloom-3b-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/bloom-3b-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/bloom-3b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/bloom-3b-GGUF:Q2_K
- Lemonade
How to use tensorblock/bloom-3b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/bloom-3b-GGUF:Q2_K
Run and chat with the model
lemonade run user.bloom-3b-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- bloom-3b-Q3_K_L.gguf +0 -3
- bloom-3b-Q3_K_S.gguf +0 -3
- bloom-3b-Q4_0.gguf +0 -3
- bloom-3b-Q4_K_M.gguf +0 -3
- bloom-3b-Q4_K_S.gguf +0 -3
- bloom-3b-Q5_0.gguf +0 -3
- bloom-3b-Q5_K_M.gguf +0 -3
- bloom-3b-Q5_K_S.gguf +0 -3
- bloom-3b-Q6_K.gguf +0 -3
- bloom-3b-Q8_0.gguf +0 -3
bloom-3b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d4a9d5efd6a34d0b4c9a342cf758198aec039b0f031b2ef2fed95814a842e5a7
|
| 3 |
-
size 2165013312
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:260fe93cb4eef24b018291904493d61ead1c91210582361fc5015c775b5b83de
|
| 3 |
-
size 1833237312
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ce16edcef3bd54202a14c9de97a1f67a34e6df6d80f59201d48baa9b2fa5fb9e
|
| 3 |
-
size 2231880512
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7984af5ac90f59deaff474873c222e6746e05f89f31173470750d7267adbfc6f
|
| 3 |
-
size 2400226112
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:477f3e33b42a9cca5cf33faa86962a806e22404ee1d267d2d3ea974f9d71ab76
|
| 3 |
-
size 2241710912
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:27b8312cf7ae9daff2d1a9c4177016c0365383c852426ec50eb7d92685e8735a
|
| 3 |
-
size 2607074112
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:203d390c1a295900758dfb9130995d2d31ddc5481383758d86a91862fe79f9d8
|
| 3 |
-
size 2734152512
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:89eab193c61f0d9dde583dd23dbb0ef16b1612f2d6dec73d81b3d3d5070bc925
|
| 3 |
-
size 2607074112
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:593fc1acfd384c8c8cec28ec2d6a21f8171667cfa194161f7ac32a18997b0fd2
|
| 3 |
-
size 3005717312
|
|
|
|
|
|
|
|
|
|
|
|
bloom-3b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c8f0b31d3aa6d77ccd886884edf544f8421787ca7e02a7b9f8e4ecf4460bfd97
|
| 3 |
-
size 3888200512
|
|
|
|
|
|
|
|
|
|
|
|