Instructions to use tensorblock/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Breeze-7B-Base-v1_0-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Breeze-7B-Base-v1_0-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Breeze-7B-Base-v1_0-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/Breeze-7B-Base-v1_0-GGUF:Q2_K
- Ollama
How to use tensorblock/Breeze-7B-Base-v1_0-GGUF with Ollama:
ollama run hf.co/tensorblock/Breeze-7B-Base-v1_0-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-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/Breeze-7B-Base-v1_0-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/Breeze-7B-Base-v1_0-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Breeze-7B-Base-v1_0-GGUF:Q2_K
- Lemonade
How to use tensorblock/Breeze-7B-Base-v1_0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Breeze-7B-Base-v1_0-GGUF:Q2_K
Run and chat with the model
lemonade run user.Breeze-7B-Base-v1_0-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- Breeze-7B-Base-v1_0-Q3_K_L.gguf +0 -3
- Breeze-7B-Base-v1_0-Q3_K_S.gguf +0 -3
- Breeze-7B-Base-v1_0-Q4_0.gguf +0 -3
- Breeze-7B-Base-v1_0-Q4_K_M.gguf +0 -3
- Breeze-7B-Base-v1_0-Q4_K_S.gguf +0 -3
- Breeze-7B-Base-v1_0-Q5_0.gguf +0 -3
- Breeze-7B-Base-v1_0-Q5_K_M.gguf +0 -3
- Breeze-7B-Base-v1_0-Q5_K_S.gguf +0 -3
- Breeze-7B-Base-v1_0-Q6_K.gguf +0 -3
- Breeze-7B-Base-v1_0-Q8_0.gguf +0 -3
Breeze-7B-Base-v1_0-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:af3e0692f4b1dc0c6439530c65160911e8c4031a1b84657b42006671a39de7b1
|
| 3 |
-
size 3976007840
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9d91251347b63725c0dc3882208a009c55464f7c7143dded05b66379383e9898
|
| 3 |
-
size 3318550688
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:34612340941171eb5b5c800a501ddaf4743437d023d07643e5767a524ddc7854
|
| 3 |
-
size 4279193760
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a04bb987b8bf27c93915af05a648eb9a5db6231629e8ff27f7ddee52c2d9dae0
|
| 3 |
-
size 4538716320
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bdb81676af38c65dbbd8bbc4f0c070f648090b99b8bfa40eeb6e938de359ef81
|
| 3 |
-
size 4310651040
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f77519c7ce3a16d198a160657631d06886ee0aae0d7d451cf0866ba82f192620
|
| 3 |
-
size 5183328416
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:140dfe1402de162e9fc4661ef579bf0aaad7ee58d26dc57f9bf6d1ab7a6cd0fb
|
| 3 |
-
size 5317021856
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a3ea258fcb91e7828a701c0b711c64f7fb5520a03f1c6139990459db88f5b7e
|
| 3 |
-
size 5183328416
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fdd8385cd0cccb4776b9ce1ff2934c851442f061cfce8cad1cf11cff271676bb
|
| 3 |
-
size 6143971488
|
|
|
|
|
|
|
|
|
|
|
|
Breeze-7B-Base-v1_0-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1aa83340a29ff9c3d68341d721829a03a6e325d6a25d565955e3079e0ffddab9
|
| 3 |
-
size 7957188768
|
|
|
|
|
|
|
|
|
|
|
|