Instructions to use swarmagents/swarmagent-models 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 swarmagents/swarmagent-models 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 swarmagents/swarmagent-models # Run inference directly in the terminal: llama cli -hf swarmagents/swarmagent-models
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf swarmagents/swarmagent-models # Run inference directly in the terminal: llama cli -hf swarmagents/swarmagent-models
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 swarmagents/swarmagent-models # Run inference directly in the terminal: ./llama-cli -hf swarmagents/swarmagent-models
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 swarmagents/swarmagent-models # Run inference directly in the terminal: ./build/bin/llama-cli -hf swarmagents/swarmagent-models
Use Docker
docker model run hf.co/swarmagents/swarmagent-models
- LM Studio
- Jan
- Ollama
How to use swarmagents/swarmagent-models with Ollama:
ollama run hf.co/swarmagents/swarmagent-models
- Unsloth Studio
How to use swarmagents/swarmagent-models 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 swarmagents/swarmagent-models 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 swarmagents/swarmagent-models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for swarmagents/swarmagent-models to start chatting
- Pi
How to use swarmagents/swarmagent-models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf swarmagents/swarmagent-models
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "swarmagents/swarmagent-models" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use swarmagents/swarmagent-models with Docker Model Runner:
docker model run hf.co/swarmagents/swarmagent-models
- Lemonade
How to use swarmagents/swarmagent-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull swarmagents/swarmagent-models
Run and chat with the model
lemonade run user.swarmagent-models-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use swarmagents/swarmagent-models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf swarmagents/swarmagent-models
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 swarmagents/swarmagent-models
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use swarmagents/swarmagent-models with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf swarmagents/swarmagent-models
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 "swarmagents/swarmagent-models" \ --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"
File size: 2,500 Bytes
dd0aed0 cb22511 3728bf7 cb22511 da4872b cb22511 3728bf7 acaa0c5 3074228 acaa0c5 3074228 acaa0c5 3074228 acaa0c5 3074228 3728bf7 acaa0c5 cb22511 acaa0c5 cb22511 acaa0c5 cb22511 acaa0c5 cb22511 acaa0c5 cb22511 3728bf7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | ---
license: apache-2.0
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
- **Developed by:** [SwarmAgents.codes (founder)]
- **Model type:** [SwarmAgents:custom]
- **Finetuned from models:** [Qwen2.5-Coder-1.5B, Qwen2.5-Math-1.5B, DeepSeek-R1-Distill-1.5B,
Phi-4-mini-3.8B, Gemma-2-2B, Llama-3.2-3B, StableLM-3B,
TinyLlama-1.1B, Pythia-2.8B, OpenLlama-3B, Danube3-4B,
RedPajama-3B, Falcon-RW-1B, MiniCPM-2B,Qwen 3.6 35B (MoE),
Qwen 3.6 27B Dense, Qwen 2.5 32B, Llama 3.1 8B, Gemma 2 27B,
Magnum 72B, DeepSeek-R1-Distill-Qwen-14B, and Qwen2.5-14B-Instruct]
## Uses:
for use within the swarmagents.codes system for local inference
## How to Get Started with the Models
# ollama:
**ollama pull swarmagents/swarmagent-models:26b-a4b** # Pulls SWARMAGENT-26B-A4B
**ollama pull swarmagents/swarmagent-models:16.9b-q8** # Pulls SwarmAgent Core 16.9B Q8
**ollama pull swarmagents/swarmagent-models:16.9b-q4** # Pulls SwarmAgent Core 16.9B Q4
**ollama pull swarmagents/swarmagent-models:7b-a1b** # Pulls SwarmAgent Hyper 7B MoE
**ollama pull swarmagents/swarmagent-models:1b** # Pulls SwarmAgent Hyper 1B]
# Curl Command:
# SWARMAGENT-26B-A4B (Gemma-4 MoE, ~4B active)
**wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/SWARMAGENT-26B-A4B.gguf -O SWARMAGENT-26B-A4B.gguf**
# SwarmAgent Core 16.9B Q8 Precision
**wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-core-16.9b.gguf -O swarmagent-core_q8.gguf**
# SwarmAgent Core 16.9B Q4 Balanced
**wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-core-16.9b-q4.gguf -O swarmagent-core_q4.gguf**
# SwarmAgent Hyper MoE 7B (1B active)
**wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-7b-a1b.gguf -O swarmagent-hyper-7b-a1b.gguf**
# SwarmAgent Hyper 1B
**wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-1b.gguf -O swarmagent-hyper_1b.gguf** |