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 majentik/harrier-oss-v1-0.6b-GGUF-Q8_0:Q8_0
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": "majentik/harrier-oss-v1-0.6b-GGUF-Q8_0:Q8_0"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

KV-cache quantization (upstream, no fork needed): llama.cpp/Ollama cover this natively โ€” -ctk q8_0 -ctv q8_0 (half KV memory, negligible quality loss) or -ctk q4_0 -ctv q4_0 (quarter memory, small quality cost). In Ollama: OLLAMA_KV_CACHE_TYPE=q8_0 with OLLAMA_FLASH_ATTENTION=1.

harrier-oss-v1-0.6b GGUF Q8_0

llama.cpp GGUF Q8_0 quantization of microsoft/harrier-oss-v1-0.6b.

  • Produced with: llama-quantize (upstream llama.cpp)
  • BF16 source via convert_hf_to_gguf.py
  • Quant type: Q8_0
  • File size: 610 MB

Quickstart

llama-embedding -m harrier-0.6b-Q8_0.gguf -p "What is Harrier-OSS?"

License

MIT โ€” inherited from the upstream Harrier-OSS-v1-0.6B.

See also

Downloads last month
83
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for majentik/harrier-oss-v1-0.6b-GGUF-Q8_0

Quantized
(19)
this model