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 Shadow0482/mythos_fast:
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": "Shadow0482/mythos_fast:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

mythos_fast : GGUF

Model Description

mythos_fast is a fine-tuned version of WeiboAI/VibeThinker-3B, adapted for custom tool-use and agentic task execution. The base model was trained on a rich dataset of approximately 2 million samples covering multi-step tool calls, function-calling formats, and agent-style reasoning traces, then converted to GGUF format for efficient local inference with llama.cpp.

Training Details

  • Base model: WeiboAI/VibeThinker-3B
  • Fine-tuning focus: tool-use / function calling, agentic task completion
  • Dataset size: ~2,000,000 samples
  • Output format: GGUF (F16)

Available Model Files

  • VibeThinker-3B.F16.gguf

Usage

For text-only LLMs:

llama-cli -hf Shadow0482/mythos_fast --jinja

For multimodal models:

llama-mtmd-cli -hf Shadow0482/mythos_fast --jinja

Intended Use

This model is intended for local inference scenarios that require tool-calling and agent-style task execution, such as autonomous agents, function-calling pipelines, and multi-step reasoning workflows.

Limitations

Performance on tool-use tasks depends on the format and structure of tool definitions provided at inference time. Results may vary outside the training distribution covered by the fine-tuning dataset.

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Video Preview
loading

Model tree for Shadow0482/mythos_fast

Base model

Qwen/Qwen2.5-3B
Quantized
(53)
this model