How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Tarxxxxxx/tarx-qwen2.5-7b-deep: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": "Tarxxxxxx/tarx-qwen2.5-7b-deep:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

TARX Qwen2.5 7B Deep (Q4_K_M)

Fine-tuned reasoning model for TARX Workbench. Local-first AI inference.

  • Base: Qwen 2.5 7B
  • Fine-tune: 2-round LoRA (502 examples, loss 1.237)
  • Quantization: Q4_K_M (4.4GB)
  • Speed: ~18 tok/s on Apple M4
  • Context: 4096 tokens

Usage with llama-server

llama-server --hf-repo tarx-ai/tarx-qwen2.5-7b-deep:Q4_K_M --port 11435

Usage with TARX CLI

curl -fsSL https://tarx.com/install | sh
tarx start
tarx chat "hello"

Local. Private. Proactive.

Downloads last month
3
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support