Instructions to use mradermacher/Breeze-7B-Base-v1_0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Breeze-7B-Base-v1_0-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Breeze-7B-Base-v1_0-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Breeze-7B-Base-v1_0-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Breeze-7B-Base-v1_0-GGUF", filename="Breeze-7B-Base-v1_0.IQ4_XS.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 mradermacher/Breeze-7B-Base-v1_0-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Breeze-7B-Base-v1_0-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 mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Breeze-7B-Base-v1_0-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 mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Breeze-7B-Base-v1_0-GGUF with Ollama:
ollama run hf.co/mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/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 mradermacher/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 mradermacher/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 mradermacher/Breeze-7B-Base-v1_0-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Breeze-7B-Base-v1_0-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Breeze-7B-Base-v1_0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Breeze-7B-Base-v1_0-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Breeze-7B-Base-v1_0-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +12 -0
- Breeze-7B-Base-v1_0.IQ4_XS.gguf +3 -0
- Breeze-7B-Base-v1_0.Q2_K.gguf +3 -0
- Breeze-7B-Base-v1_0.Q3_K_L.gguf +3 -0
- Breeze-7B-Base-v1_0.Q3_K_M.gguf +3 -0
- Breeze-7B-Base-v1_0.Q3_K_S.gguf +3 -0
- Breeze-7B-Base-v1_0.Q4_K_M.gguf +3 -0
- Breeze-7B-Base-v1_0.Q4_K_S.gguf +3 -0
- Breeze-7B-Base-v1_0.Q5_K_M.gguf +3 -0
- Breeze-7B-Base-v1_0.Q5_K_S.gguf +3 -0
- Breeze-7B-Base-v1_0.Q6_K.gguf +3 -0
- Breeze-7B-Base-v1_0.Q8_0.gguf +3 -0
- Breeze-7B-Base-v1_0.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
Breeze-7B-Base-v1_0.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Breeze-7B-Base-v1_0.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Breeze-7B-Base-v1_0.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Breeze-7B-Base-v1_0.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Breeze-7B-Base-v1_0.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Breeze-7B-Base-v1_0.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Breeze-7B-Base-v1_0.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Breeze-7B-Base-v1_0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Breeze-7B-Base-v1_0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Breeze-7B-Base-v1_0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Breeze-7B-Base-v1_0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Breeze-7B-Base-v1_0.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Breeze-7B-Base-v1_0.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70251a59be9634b387633ae064ae70eb851e744f246b1be3c0d341e1d7853a74
|
| 3 |
+
size 4110832256
|
Breeze-7B-Base-v1_0.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:949f806f4841411b077d94d08740356d4971ce33f57ef35e56c55f2a450917e3
|
| 3 |
+
size 2860765824
|
Breeze-7B-Base-v1_0.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6926ab98bc3f89007d9a7bfa05c213eb4732c81ef79191615fcbaf209e266e4
|
| 3 |
+
size 3976008320
|
Breeze-7B-Base-v1_0.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0014d9178e2c393de682803923963628e61546213597edead2865be20c849b08
|
| 3 |
+
size 3672969856
|
Breeze-7B-Base-v1_0.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:210281510ad78e2e2c7fbbf367aa50dc4c5279cc64dc4bf670d8bd051277238b
|
| 3 |
+
size 3318551168
|
Breeze-7B-Base-v1_0.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bb0d2adbe344c416a07d9f59e6d00cad8aec9e695c0a2c99573e30b322144d3
|
| 3 |
+
size 4538716800
|
Breeze-7B-Base-v1_0.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5850f4459fc8302ce3b466b6f51ba0ec430caa0ff6bf11503ddcc357da6b302
|
| 3 |
+
size 4310651520
|
Breeze-7B-Base-v1_0.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc1ef3abe3543374ef3be11e5749b8a8b8b0aaef46a83151932bcf4da27b9ba0
|
| 3 |
+
size 5317022336
|
Breeze-7B-Base-v1_0.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7103fb19e227633191d66c00d785c03af6af65c953610b91b4a333060bb3fb2d
|
| 3 |
+
size 5183328896
|
Breeze-7B-Base-v1_0.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:045c53932308859a8e014d6dd6c94afaece2157d8b5a651300313c3397c6649f
|
| 3 |
+
size 6143971968
|
Breeze-7B-Base-v1_0.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc8977d67ad203e54e80b1ecfb1706d45c7ae496bc32bc566bbb0d22a689bd3d
|
| 3 |
+
size 7957189248
|
Breeze-7B-Base-v1_0.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fb8ed194f7c5bcb21a245ad016235692a735b63349aeeeb09d525f298d521d0
|
| 3 |
+
size 14976094848
|