Instructions to use DevQuasar-10/bigscience.bloom-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 DevQuasar-10/bigscience.bloom-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 DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar-10/bigscience.bloom-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 DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar-10/bigscience.bloom-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 DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf DevQuasar-10/bigscience.bloom-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 DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use DevQuasar-10/bigscience.bloom-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DevQuasar-10/bigscience.bloom-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DevQuasar-10/bigscience.bloom-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M
- Ollama
How to use DevQuasar-10/bigscience.bloom-GGUF with Ollama:
ollama run hf.co/DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use DevQuasar-10/bigscience.bloom-GGUF with Docker Model Runner:
docker model run hf.co/DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M
- Lemonade
How to use DevQuasar-10/bigscience.bloom-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DevQuasar-10/bigscience.bloom-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.bigscience.bloom-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +10 -0
- bigscience.bloom.Q5_K_M-00001-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00002-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00003-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00004-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00005-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00006-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00007-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00008-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00009-of-00010.gguf +3 -0
- bigscience.bloom.Q5_K_M-00010-of-00010.gguf +3 -0
.gitattributes
CHANGED
|
@@ -56,3 +56,13 @@ bigscience.bloom.Q3_K_M-00004-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 56 |
bigscience.bloom.Q3_K_M-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
bigscience.bloom.Q3_K_M-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
bigscience.bloom.Q3_K_M-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
bigscience.bloom.Q3_K_M-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
bigscience.bloom.Q3_K_M-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
bigscience.bloom.Q3_K_M-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
bigscience.bloom.Q5_K_M-00001-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
bigscience.bloom.Q5_K_M-00002-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
bigscience.bloom.Q5_K_M-00003-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
bigscience.bloom.Q5_K_M-00004-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
bigscience.bloom.Q5_K_M-00005-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
bigscience.bloom.Q5_K_M-00006-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
bigscience.bloom.Q5_K_M-00007-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
bigscience.bloom.Q5_K_M-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
bigscience.bloom.Q5_K_M-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
bigscience.bloom.Q5_K_M-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
bigscience.bloom.Q5_K_M-00001-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd5a27486c39d495ad708f113f2978c621c57ec45ad9c8a82575690714e5fc93
|
| 3 |
+
size 13632784608
|
bigscience.bloom.Q5_K_M-00002-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81f57c28fac4bb9d1a33e4d99b9c60058e039685234ec7542a5fb3b7741426af
|
| 3 |
+
size 13558707072
|
bigscience.bloom.Q5_K_M-00003-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08b007efff929873a7b39144adcee0c8b60e8ebc696399c22196dd97231540b5
|
| 3 |
+
size 13878285472
|
bigscience.bloom.Q5_K_M-00004-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcc7df8a9143af33901c7a9108c26ab09e6b272dca7833e9d68719e1bc1db070
|
| 3 |
+
size 13905695904
|
bigscience.bloom.Q5_K_M-00005-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d33547380695900a2e6fdd6a5a9aea791c54b478f2dfa649bfc1b604b28ccd0b
|
| 3 |
+
size 13987640480
|
bigscience.bloom.Q5_K_M-00006-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78b434317560efb567c9c0a1a786d7952d4db8164f4119460153ebb9a96d9d0e
|
| 3 |
+
size 13878285472
|
bigscience.bloom.Q5_K_M-00007-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b4494eef75ff3ae0eba42cf6e469580b54cda611d0c78a8cc96a9d85bb65067
|
| 3 |
+
size 13905695904
|
bigscience.bloom.Q5_K_M-00008-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a8fc80cc33e537928497855ad284e116479137548a63cadc87c282afb2bcca1
|
| 3 |
+
size 13878457504
|
bigscience.bloom.Q5_K_M-00009-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb9c117dfc8a004458f8f46c8e2fa80fd6516d5675a738dbb675e7bce7e280e6
|
| 3 |
+
size 13700002848
|
bigscience.bloom.Q5_K_M-00010-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf6eb673d34839ed1d7aa20a0c0c710779883df73ea636652ca5f6e9475c3028
|
| 3 |
+
size 9295178880
|