Instructions to use mradermacher/developer-git-commit-agent-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/developer-git-commit-agent-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/developer-git-commit-agent-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/developer-git-commit-agent-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/developer-git-commit-agent-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/developer-git-commit-agent-GGUF with Ollama:
ollama run hf.co/mradermacher/developer-git-commit-agent-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-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/developer-git-commit-agent-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/developer-git-commit-agent-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/developer-git-commit-agent-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/developer-git-commit-agent-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/developer-git-commit-agent-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.developer-git-commit-agent-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-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/developer-git-commit-agent-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/developer-git-commit-agent-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/developer-git-commit-agent-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/developer-git-commit-agent-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 back
Browse files- .gitattributes +12 -0
- developer-git-commit-agent.IQ4_XS.gguf +3 -0
- developer-git-commit-agent.Q2_K.gguf +3 -0
- developer-git-commit-agent.Q3_K_L.gguf +3 -0
- developer-git-commit-agent.Q3_K_M.gguf +3 -0
- developer-git-commit-agent.Q3_K_S.gguf +3 -0
- developer-git-commit-agent.Q4_K_M.gguf +3 -0
- developer-git-commit-agent.Q4_K_S.gguf +3 -0
- developer-git-commit-agent.Q5_K_M.gguf +3 -0
- developer-git-commit-agent.Q5_K_S.gguf +3 -0
- developer-git-commit-agent.Q6_K.gguf +3 -0
- developer-git-commit-agent.Q8_0.gguf +3 -0
- developer-git-commit-agent.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 |
+
developer-git-commit-agent.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
developer-git-commit-agent.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
developer-git-commit-agent.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
developer-git-commit-agent.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
developer-git-commit-agent.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
developer-git-commit-agent.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
developer-git-commit-agent.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
developer-git-commit-agent.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
developer-git-commit-agent.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
developer-git-commit-agent.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
developer-git-commit-agent.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
developer-git-commit-agent.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
developer-git-commit-agent.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5538e76f7928fdfc5c13fe84e734986f759fad73c6c4294c99c64ea74459f993
|
| 3 |
+
size 351445792
|
developer-git-commit-agent.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b461b330d71fdb0ed314ef24c8ac71640f70321613ab25a25f416e3de185dd2f
|
| 3 |
+
size 338607904
|
developer-git-commit-agent.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48a609dc518ad75d8273e58db86efdf796636d75bb24c6d7445a8fcff6a31049
|
| 3 |
+
size 369358624
|
developer-git-commit-agent.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f04fd8c6a0a8c674361d57f34942aaaac8a41ccd63cb345a4cb468c63f34e47a
|
| 3 |
+
size 355467040
|
developer-git-commit-agent.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8485c1e3a56ae2363db084cacc43e1f0706927c61e4f5ba13a8983799cc706fb
|
| 3 |
+
size 338263840
|
developer-git-commit-agent.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f169698c77cfbb9da15fe7e3ec4da8a7f7dbe0aaff7ef6f468251c6de9fe3600
|
| 3 |
+
size 397808416
|
developer-git-commit-agent.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b58fbf38fa4d3b97f026c1191587fc289ceb0d3793739b3b0476102a944e45
|
| 3 |
+
size 385472288
|
developer-git-commit-agent.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7df00f7730d8d2fd3769163e858a2434232dbb83dd40fa893253af7e2bb2156
|
| 3 |
+
size 420086560
|
developer-git-commit-agent.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56ac416a5250972750d0734b1ba8c8b16eb4814750fd4bf3b63c3308c8c21e36
|
| 3 |
+
size 412710688
|
developer-git-commit-agent.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c2b70d08d0b57e5bc88185ca2cd6f205559575680edc4f9a2d57bb1878659b0
|
| 3 |
+
size 505736992
|
developer-git-commit-agent.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecf55f4c68d142dd01e3e13efe759175a6324bf1bf7bc19f2018b8b595a3710a
|
| 3 |
+
size 531068704
|
developer-git-commit-agent.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56589a2401e32f63b9bc3d601a841515463e5e624b1f7113dd95de89f11535a9
|
| 3 |
+
size 994157344
|