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

Superseded. This repo is a research artifact from an earlier Outlier lineage and is no longer the recommended download. The current shipping tier is at outlier.host.

Outlier-Lite-7B (GGUF)

This repo predates the v1.8 Outlier lineup. It is preserved here for reproducibility and historical reference, not as a production recommendation.

What replaced it

Current shipping tiers (see Outlier app v1.8+):

For the latest verified benchmarks and downloads, visit outlier.host.

Original notes

This was a research / preview artifact. It may contain experimental adapters, overlays, or quantization variants that did not graduate into the shipping product. Treat any technical claims in earlier revisions of this card as provisional.

License

See YAML frontmatter above. Original license terms preserved.

Downloads last month
344
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

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

Model tree for Outlier-Ai/Outlier-Lite-7B-GGUF

Base model

Qwen/Qwen2.5-7B
Quantized
(312)
this model

Collection including Outlier-Ai/Outlier-Lite-7B-GGUF