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 baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
# Run inference directly in the terminal:
llama cli -hf baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
# Run inference directly in the terminal:
llama cli -hf baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
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 baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
# Run inference directly in the terminal:
./llama-cli -hf baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
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 baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
# Run inference directly in the terminal:
./build/bin/llama-cli -hf baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
Use Docker
docker model run hf.co/baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF
Quick Links

Llama-4-Scout-17B-16E-Instruct — 137GB (GGUF)

Mixed-precision quantized version of meta-llama/Llama-4-Scout-17B-16E-Instruct using a proprietary quantization method by baa.ai.

Metrics

Metric Value
Size 136.9 GB
Average bits 10.16
Format llama.cpp (GGUF)

Usage

brew install llama.cpp huggingface-cli

hf download baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF --include "*.gguf" --local-dir ./llama-4-scout-17b-16e-instruct-ram-137gb

llama-cli -m ./llama-4-scout-17b-16e-instruct-ram-137gb/Llama-4-Scout-17B-16E-Instruct-RAM-137GB.gguf -p "Hello!" -n 256 -ngl 99

Or via llama-server for an OpenAI-compatible HTTP API:

llama-server -m ./llama-4-scout-17b-16e-instruct-ram-137gb/Llama-4-Scout-17B-16E-Instruct-RAM-137GB.gguf --port 8080 -ngl 99 --ctx-size 8192

Also works with Ollama, LM Studio, and llama-cpp-python.


Quantized by baa.ai


Black Sheep AI Products

Shepherd — Private AI deployment platform that shrinks frontier models by 50-60% through RAM compression, enabling enterprises to run sophisticated AI on single GPU instances or Apple Silicon hardware. Deploy in your VPC with zero data leaving your infrastructure. Includes CI/CD pipeline integration, fleet deployment across Apple Silicon clusters, air-gapped and sovereign deployment support, and multi-format export (MLX, GGUF). Annual cloud costs from ~$2,700 — or run on a Mac Studio for electricity only.

Watchman — Capability audit and governance platform for compressed AI models. Know exactly what your quantized model can do before it goes live. Watchman predicts which capabilities survive compression in minutes — replacing weeks of benchmarking. Includes compliance-ready reporting for regulated industries, quality valley warnings for counterproductive memory allocations, instant regression diagnosis tracing issues to specific tensors, and 22 adversarial security probes scanning for injection, leakage, hallucination, and code vulnerabilities.

Learn more at baa.ai — Sovereign AI.

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

We're not able to determine the quantization variants.

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

Model tree for baa-ai/Llama-4-Scout-17B-16E-Instruct-RAM-137GB-GGUF