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 hvss/Dispatch-7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf hvss/Dispatch-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf hvss/Dispatch-7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf hvss/Dispatch-7B-GGUF:Q4_K_M
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 hvss/Dispatch-7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf hvss/Dispatch-7B-GGUF:Q4_K_M
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 hvss/Dispatch-7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf hvss/Dispatch-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/hvss/Dispatch-7B-GGUF:Q4_K_M
Quick Links

Dispatch-7B — GGUF 🚦

GGUF quants of Dispatch-7B, an agent orchestrator built on Mistral 7B that routes agentic work: request + tool catalog in → JSON execution plan out (which tool, what order, when to escalate to a frontier model). 97.4% valid-plan rate, ~87% estimated cost reduction vs. frontier-does-everything — full evaluation and usage details on the main model card.

File Quant Size Use
mistral-7b-instruct-v0.3.Q4_K_M.gguf Q4_K_M 4.4 GB recommended — fits 8 GB RAM/VRAM
mistral-7b-instruct-v0.3.Q8_0.gguf Q8_0 7.7 GB near-lossless local quality

Run with Ollama

ollama run hf.co/hvss/Dispatch-7B-GGUF:Q4_K_M

Run with llama.cpp

llama-cli -m mistral-7b-instruct-v0.3.Q4_K_M.gguf --temp 0 -p "[INST] <dispatcher system prompt + tool catalog>

<user request> [/INST]"

Use the exact dispatcher system prompt from the main model card, with your own tool catalog substituted in. Greedy decoding (--temp 0) recommended — plans are structured output, not creative writing.

License: Apache 2.0.

Downloads last month
328
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hvss/Dispatch-7B-GGUF

Finetuned
hvss/Dispatch-7B
Quantized
(1)
this model

Space using hvss/Dispatch-7B-GGUF 1