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 majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
# Run inference directly in the terminal:
llama cli -hf majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
# Run inference directly in the terminal:
llama cli -hf majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
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 majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
# Run inference directly in the terminal:
./llama-cli -hf majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
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 majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
# Run inference directly in the terminal:
./build/bin/llama-cli -hf majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
Use Docker
docker model run hf.co/majentik/harrier-oss-v1-0.6b-GGUF-IQ4_XS:IQ4_XS
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 IQ4_XS

llama.cpp GGUF IQ4_XS 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: IQ4_XS
  • File size: 352 MB

Quickstart

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

License

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

See also

Downloads last month
79
GGUF
Model size
0.6B params
Architecture
qwen3
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

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

Quantized
(19)
this model