Instructions to use mradermacher/M-Prometheus-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/M-Prometheus-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/M-Prometheus-3B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/M-Prometheus-3B-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 mradermacher/M-Prometheus-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/M-Prometheus-3B-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 mradermacher/M-Prometheus-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/M-Prometheus-3B-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/M-Prometheus-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/M-Prometheus-3B-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/M-Prometheus-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/M-Prometheus-3B-GGUF with Ollama:
ollama run hf.co/mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/M-Prometheus-3B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/M-Prometheus-3B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/M-Prometheus-3B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/M-Prometheus-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.M-Prometheus-3B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/M-Prometheus-3B-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/M-Prometheus-3B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/M-Prometheus-3B-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/M-Prometheus-3B-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from marco
Browse files- .gitattributes +12 -0
- M-Prometheus-3B.IQ4_XS.gguf +3 -0
- M-Prometheus-3B.Q2_K.gguf +3 -0
- M-Prometheus-3B.Q3_K_L.gguf +3 -0
- M-Prometheus-3B.Q3_K_M.gguf +3 -0
- M-Prometheus-3B.Q3_K_S.gguf +3 -0
- M-Prometheus-3B.Q4_K_M.gguf +3 -0
- M-Prometheus-3B.Q4_K_S.gguf +3 -0
- M-Prometheus-3B.Q5_K_M.gguf +3 -0
- M-Prometheus-3B.Q5_K_S.gguf +3 -0
- M-Prometheus-3B.Q6_K.gguf +3 -0
- M-Prometheus-3B.Q8_0.gguf +3 -0
- M-Prometheus-3B.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 |
+
M-Prometheus-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
M-Prometheus-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
M-Prometheus-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
M-Prometheus-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
M-Prometheus-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
M-Prometheus-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
M-Prometheus-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
M-Prometheus-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
M-Prometheus-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
M-Prometheus-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
M-Prometheus-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
M-Prometheus-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
M-Prometheus-3B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c7458f9dab11b1c822c443a7994edeea51432a213c90a019db65692f4b9e747
|
| 3 |
+
size 1753185408
|
M-Prometheus-3B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29da9be200656331b4821fd7e4e8e7b57c78f3c9aeecad489051d93764e1fcb0
|
| 3 |
+
size 1274756224
|
M-Prometheus-3B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea778da311a785660a7ac19bce686a6d5f0e8f1ff34ce97b3aa5afdc12b2ba63
|
| 3 |
+
size 1707392128
|
M-Prometheus-3B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e49323e22cd4a609a1eb0f400c6079a401f78b85effeddf7366d8831419d5382
|
| 3 |
+
size 1590475904
|
M-Prometheus-3B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df2dcb6ec6bebebc57c64f627f44632d48e9cefd1cf081485172ca72491ae98b
|
| 3 |
+
size 1454357632
|
M-Prometheus-3B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb6e40621f4e90185e2d75628d9fe3c33d5f5adbbec3936b473b5fe77040a324
|
| 3 |
+
size 1929903232
|
M-Prometheus-3B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79160b75b0a8541deeefbdcd0e329b3178e117be5f4a3b7a539f860986fa2d60
|
| 3 |
+
size 1834384512
|
M-Prometheus-3B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74a4eda0fec8dd7499d3a782aad87b770cb7bd2e109995ee79442b3bbef7d501
|
| 3 |
+
size 2224815232
|
M-Prometheus-3B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e73e9ef12ae87fb5ee26b2b5d7c164b2bb4e4154044568d500b4375deef62e7
|
| 3 |
+
size 2169666688
|
M-Prometheus-3B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32a4ffae4c014d63eda5dd59a1bca87d00c8c160abdcbabc9fee0b46a11195c6
|
| 3 |
+
size 2538159232
|
M-Prometheus-3B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e48248ba6f0d4f22c26851418eaeb2473007b25077056e1621f78e2dde5ec252
|
| 3 |
+
size 3285476480
|
M-Prometheus-3B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7958d9782ac021f0751e700c502c74e7b61977bf4458cdab9fafa72e2329bb8e
|
| 3 |
+
size 6178317440
|