Instructions to use tensorblock/Zephyr_RMU-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Zephyr_RMU-GGUF with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="tensorblock/Zephyr_RMU-GGUF") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Zephyr_RMU-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Zephyr_RMU-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_RMU-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Zephyr_RMU-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_RMU-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Zephyr_RMU-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_RMU-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Zephyr_RMU-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_RMU-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Zephyr_RMU-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Zephyr_RMU-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Zephyr_RMU-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Zephyr_RMU-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Zephyr_RMU-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/Zephyr_RMU-GGUF:Q2_K
- SGLang
How to use tensorblock/Zephyr_RMU-GGUF with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "tensorblock/Zephyr_RMU-GGUF" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Zephyr_RMU-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "tensorblock/Zephyr_RMU-GGUF" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Zephyr_RMU-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Ollama
How to use tensorblock/Zephyr_RMU-GGUF with Ollama:
ollama run hf.co/tensorblock/Zephyr_RMU-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/Zephyr_RMU-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Zephyr_RMU-GGUF:Q2_K
- Lemonade
How to use tensorblock/Zephyr_RMU-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Zephyr_RMU-GGUF:Q2_K
Run and chat with the model
lemonade run user.Zephyr_RMU-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- Zephyr_RMU-Q3_K_L.gguf +0 -3
- Zephyr_RMU-Q3_K_S.gguf +0 -3
- Zephyr_RMU-Q4_0.gguf +0 -3
- Zephyr_RMU-Q4_K_M.gguf +0 -3
- Zephyr_RMU-Q4_K_S.gguf +0 -3
- Zephyr_RMU-Q5_0.gguf +0 -3
- Zephyr_RMU-Q5_K_M.gguf +0 -3
- Zephyr_RMU-Q5_K_S.gguf +0 -3
- Zephyr_RMU-Q6_K.gguf +0 -3
- Zephyr_RMU-Q8_0.gguf +0 -3
Zephyr_RMU-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3ec3e14ed13f73f2184d84a4c7d779e49cf68ae086ba9fc75fecf22767520718
|
| 3 |
-
size 3822025408
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6fb4ddb8451a62b71525a5dc732d33d141ef1db98fdd6f37c3a9d2120ac057c9
|
| 3 |
-
size 3164568256
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d01531106f2fcfa2a66cbe6fef88b11cba08fc9c85a5bbd8af143549f9f58fd0
|
| 3 |
-
size 4108917440
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:518b7115ed92be4807a1e542edb3c0869bef20402a8acedf38a15b439f14f833
|
| 3 |
-
size 4368440000
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:28f183b257b9dd5e4bf58419964de6036d0515d72365176714e85ab56ac13559
|
| 3 |
-
size 4140374720
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e2f2f76962a9f949d33764ea03c37118b5c6251d93e0aeec80e71391df5594d8
|
| 3 |
-
size 4997716672
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6313331554098f3f38162a36a6838ca748d18e15ec3c4bd36c6cb9689673c383
|
| 3 |
-
size 5131410112
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:279cbb4723919d2501135d7862ae7606445fc3a52327594f7d2636040e207bcc
|
| 3 |
-
size 4997716672
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9befdf296c83879952f279afa1aa766c4bbfc270906ec0caf7ed48fcf79a30ac
|
| 3 |
-
size 5942065856
|
|
|
|
|
|
|
|
|
|
|
|
Zephyr_RMU-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:131e8b5c9025c61418dfbb693af727ced84b0f563b5b9662607c92c06f26093f
|
| 3 |
-
size 7695858368
|
|
|
|
|
|
|
|
|
|
|
|