lambda/hermes-agent-reasoning-traces
Viewer • Updated • 14.7k • 3.22k • 380
How to use Odontome/LFM2.5-1.2B-Elm with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M # Run inference directly in the terminal: llama cli -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M # Run inference directly in the terminal: llama cli -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
# 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 Odontome/LFM2.5-1.2B-Elm:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
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 Odontome/LFM2.5-1.2B-Elm:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
docker model run hf.co/Odontome/LFM2.5-1.2B-Elm:Q4_K_M
How to use Odontome/LFM2.5-1.2B-Elm with Ollama:
ollama run hf.co/Odontome/LFM2.5-1.2B-Elm:Q4_K_M
How to use Odontome/LFM2.5-1.2B-Elm with Pi:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
# 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": "Odontome/LFM2.5-1.2B-Elm:Q4_K_M"
}
]
}
}
}# Start Pi in your project directory: pi
How to use Odontome/LFM2.5-1.2B-Elm with Docker Model Runner:
docker model run hf.co/Odontome/LFM2.5-1.2B-Elm:Q4_K_M
How to use Odontome/LFM2.5-1.2B-Elm with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Odontome/LFM2.5-1.2B-Elm:Q4_K_M
lemonade run user.LFM2.5-1.2B-Elm-Q4_K_M
lemonade list
How to use Odontome/LFM2.5-1.2B-Elm with Hermes Agent:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
# 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 Odontome/LFM2.5-1.2B-Elm:Q4_K_M
hermes
How to use Odontome/LFM2.5-1.2B-Elm with OpenClaw:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Odontome/LFM2.5-1.2B-Elm:Q4_K_M
# 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 "Odontome/LFM2.5-1.2B-Elm:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
openclaw agent --local --agent main --message "Hello from Hugging Face"
LFM2.5-1.2B-Elm is a fine-tuned version of LiquidAI/LFM2.5-1.2B-Thinking.
The agentic capabilities have been specifically enhanced for the Hermes-Agent harness. This model was trained using the following datasets:
kai-os/carnice-glm5-hermes-traceslambda/hermes-agent-reasoning-tracesThis model is optimized for speed and efficiency. Inference speeds were measured using llama.cpp (CUDA v2.11.0) within LM Studio:
| Hardware | Tokens/s | Notes |
|---|---|---|
| RTX 3090 | ~506 Tok/s | Blazing fast inference |
| RTX 4060 Laptop | ~250 Tok/s | Excellent portability performance |
4-bit
Base model
LiquidAI/LFM2.5-1.2B-Base