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
- OpenClaw new
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"
- 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
Model Card for Model ID
This modelcard aims to be a base template for new models. It has been generated using this raw template.
Model Details
Model Description
- 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
- Downloads last month
- 17
We're not able to determine the quantization variants.