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 +11 -0
- bigscience.bloom.Q6_K-00001-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00002-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00003-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00004-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00005-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00006-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00007-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00008-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00009-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00010-of-00011.gguf +3 -0
- bigscience.bloom.Q6_K-00011-of-00011.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,14 @@ 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 |
+
bigscience.bloom.Q6_K-00001-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bigscience.bloom.Q6_K-00002-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bigscience.bloom.Q6_K-00003-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bigscience.bloom.Q6_K-00004-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bigscience.bloom.Q6_K-00005-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bigscience.bloom.Q6_K-00006-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bigscience.bloom.Q6_K-00007-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bigscience.bloom.Q6_K-00008-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bigscience.bloom.Q6_K-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bigscience.bloom.Q6_K-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bigscience.bloom.Q6_K-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
bigscience.bloom.Q6_K-00001-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bb85b6f54f782fe778e1391df4e7721d7c70c893ab26ee9b38da641b2303ea1
|
| 3 |
+
size 14009075712
|
bigscience.bloom.Q6_K-00002-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53c474b9acef144296e3c5c8c2bfc1dc72ef8e18bc6cf1acb43d9f609ef287a0
|
| 3 |
+
size 13492359616
|
bigscience.bloom.Q6_K-00003-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df013fb1114541f7041c96a9af9c4a64ac654043eb76648ec5e72ecc97314d49
|
| 3 |
+
size 13492187648
|
bigscience.bloom.Q6_K-00004-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:709f9a496549b3803e992d11a98c76baca89015fa2528732b2ee38bc0f590efd
|
| 3 |
+
size 13661065824
|
bigscience.bloom.Q6_K-00005-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76edb64a7969d960c6e7780547326a8afc78cebbc69c4c91a5a80bdddef40954
|
| 3 |
+
size 13998133856
|
bigscience.bloom.Q6_K-00006-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84fc189285d46c0f609e2ac13c3a1d5658bb24f048be0c1d354ef272c064d767
|
| 3 |
+
size 13492359680
|
bigscience.bloom.Q6_K-00007-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d65713506a73da055f9efd4486a29c2121282b00ef1b37aabeeb91a9a6726bad
|
| 3 |
+
size 13492187648
|
bigscience.bloom.Q6_K-00008-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b9c67b3140a47c909523a75c264094f0e6678c1cc0058b8b5495f925101e913
|
| 3 |
+
size 13661065824
|
bigscience.bloom.Q6_K-00009-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:624acc1682077f34c1934c9f54a72ef52e7a77c7dd555a3babe49278d45bc430
|
| 3 |
+
size 13998133856
|
bigscience.bloom.Q6_K-00010-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8b83015f893a2d1c26bed6d8374d3a8111881272bd69998761b30e84b3db8a0
|
| 3 |
+
size 13492359680
|
bigscience.bloom.Q6_K-00011-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9b48d93f8d8252cfc7372c41d2d6f298a189ccc43e03d069a6a06cf4b01b9fd
|
| 3 |
+
size 10793577952
|