Instructions to use tensorblock/zephyr_all_7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/zephyr_all_7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/zephyr_all_7b-GGUF", filename="zephyr_all_7b-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/zephyr_all_7b-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/zephyr_all_7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/zephyr_all_7b-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/zephyr_all_7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/zephyr_all_7b-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/zephyr_all_7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/zephyr_all_7b-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/zephyr_all_7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/zephyr_all_7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/zephyr_all_7b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/zephyr_all_7b-GGUF with Ollama:
ollama run hf.co/tensorblock/zephyr_all_7b-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/zephyr_all_7b-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/zephyr_all_7b-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/zephyr_all_7b-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/zephyr_all_7b-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/zephyr_all_7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/zephyr_all_7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/zephyr_all_7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/zephyr_all_7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.zephyr_all_7b-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- zephyr_all_7b-Q3_K_L.gguf +0 -3
- zephyr_all_7b-Q3_K_M.gguf +0 -3
- zephyr_all_7b-Q3_K_S.gguf +0 -3
- zephyr_all_7b-Q4_0.gguf +0 -3
- zephyr_all_7b-Q4_K_M.gguf +0 -3
- zephyr_all_7b-Q4_K_S.gguf +0 -3
- zephyr_all_7b-Q5_0.gguf +0 -3
- zephyr_all_7b-Q5_K_M.gguf +0 -3
- zephyr_all_7b-Q5_K_S.gguf +0 -3
- zephyr_all_7b-Q6_K.gguf +0 -3
- zephyr_all_7b-Q8_0.gguf +0 -3
zephyr_all_7b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:68122f96e371d38ffb190a09fe4820be1999c3147be3b248230ed924922ab70a
|
| 3 |
-
size 3822030112
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4623c47c516b17665587dbf728236d6498b5700e7319bbbaacee4d311398b2a0
|
| 3 |
-
size 3518991648
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c54a67db267a0d358bb267af4a6d3db49eb41f91554e3210a13352c2c1e88fb0
|
| 3 |
-
size 3164572960
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3e4770b45c377c3b3fbd14ca2e884343e16b222440e64c04bdb91635f1430607
|
| 3 |
-
size 4108922688
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:65ad248f9cdec42b5418c5af0b636b17c5af92366cf04f8711bee822b5b9fc06
|
| 3 |
-
size 4368445248
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e4d83fb34d09cc181d1cb0217629dec4e4143c7688ac57693cfe6bae70d741e4
|
| 3 |
-
size 4140379968
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba9207d269f9eea4aea6d4d0b6024cd13564ed93644d846ac2c020e9ccb21ed7
|
| 3 |
-
size 4997722432
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:af3a0749d263d3a242c9596ec0d36e7955e672e2be11b5f676d463b6eb13a9a7
|
| 3 |
-
size 5131415872
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:809d3b41b67bad5fa487442f1266b6eb6333954577092b3c516632ae5d1f1384
|
| 3 |
-
size 4997722432
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:371807efb4718e9ca03ca304d7d24c35d1c0dfa9de2ed57f422a3f81354e7561
|
| 3 |
-
size 5942072160
|
|
|
|
|
|
|
|
|
|
|
|
zephyr_all_7b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd0765355177ebeaa5292cb8c41d8e49385643b839992ff95b7ed66df5e587c8
|
| 3 |
-
size 7695866656
|
|
|
|
|
|
|
|
|
|
|
|