Instructions to use switlydev/MonoAgent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use switlydev/MonoAgent 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 switlydev/MonoAgent:Q4_K_M # Run inference directly in the terminal: llama cli -hf switlydev/MonoAgent:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf switlydev/MonoAgent:Q4_K_M # Run inference directly in the terminal: llama cli -hf switlydev/MonoAgent: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 switlydev/MonoAgent:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf switlydev/MonoAgent: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 switlydev/MonoAgent:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf switlydev/MonoAgent:Q4_K_M
Use Docker
docker model run hf.co/switlydev/MonoAgent:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use switlydev/MonoAgent with Ollama:
ollama run hf.co/switlydev/MonoAgent:Q4_K_M
- Unsloth Desktop
- Pi
How to use switlydev/MonoAgent with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf switlydev/MonoAgent: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": "switlydev/MonoAgent:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use switlydev/MonoAgent with Docker Model Runner:
docker model run hf.co/switlydev/MonoAgent:Q4_K_M
- Lemonade
How to use switlydev/MonoAgent with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull switlydev/MonoAgent:Q4_K_M
Run and chat with the model
lemonade run user.MonoAgent-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use switlydev/MonoAgent with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf switlydev/MonoAgent: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 switlydev/MonoAgent:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use switlydev/MonoAgent with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf switlydev/MonoAgent: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 "switlydev/MonoAgent: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"
feat: trained on switlydev/linux-kernel-bugfixes-diffs| steps: 100 | status: stable (Trained with Unsloth)
Browse files- README.md +0 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -3,7 +3,6 @@ tags:
|
|
| 3 |
- gguf
|
| 4 |
- llama.cpp
|
| 5 |
- unsloth
|
| 6 |
-
|
| 7 |
---
|
| 8 |
|
| 9 |
# MonoAgent : GGUF
|
|
|
|
| 3 |
- gguf
|
| 4 |
- llama.cpp
|
| 5 |
- unsloth
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# MonoAgent : GGUF
|
adapter_config.json
CHANGED
|
@@ -34,13 +34,13 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
|
|
|
| 37 |
"gate_proj",
|
|
|
|
|
|
|
| 38 |
"k_proj",
|
| 39 |
"down_proj",
|
| 40 |
-
"
|
| 41 |
-
"v_proj",
|
| 42 |
-
"up_proj",
|
| 43 |
-
"q_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
+
"o_proj",
|
| 38 |
"gate_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"v_proj",
|
| 41 |
"k_proj",
|
| 42 |
"down_proj",
|
| 43 |
+
"up_proj"
|
|
|
|
|
|
|
|
|
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 97307544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc76bd9b6d5f8ea5433ff2fae9129ca0b6a0e18b4818a5eda53e5a66e0da41c7
|
| 3 |
size 97307544
|