How to use from
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 Shadow0482/mythos_fast:
# Run inference directly in the terminal:
llama cli -hf Shadow0482/mythos_fast:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Shadow0482/mythos_fast:
# Run inference directly in the terminal:
llama cli -hf Shadow0482/mythos_fast:
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 Shadow0482/mythos_fast:
# Run inference directly in the terminal:
./llama-cli -hf Shadow0482/mythos_fast:
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 Shadow0482/mythos_fast:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Shadow0482/mythos_fast:
Use Docker
docker model run hf.co/Shadow0482/mythos_fast:
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
1,110
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
(48)
this model