How to use from
llama.cpp
# Gated model: Login with a HF token with gated access permission
hf auth login
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Blazed-Forge/Testing-Grounds-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf Blazed-Forge/Testing-Grounds-GGUF:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Blazed-Forge/Testing-Grounds-GGUF:Q6_K
# Run inference directly in the terminal:
llama cli -hf Blazed-Forge/Testing-Grounds-GGUF:Q6_K
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 Blazed-Forge/Testing-Grounds-GGUF:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf Blazed-Forge/Testing-Grounds-GGUF:Q6_K
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 Blazed-Forge/Testing-Grounds-GGUF:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Blazed-Forge/Testing-Grounds-GGUF:Q6_K
Use Docker
docker model run hf.co/Blazed-Forge/Testing-Grounds-GGUF:Q6_K
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Blazed Forge

🔥 TESTING GROUNDS 🔨

"Hot off the anvil!"
Ateron and Nimbz tinkering the next merge into shape.

🛠️ What This Is

As the name implies, this is the room for fresh-out-the-oven merges of the Blazed Forge. This repo holds GGUF to unreleased merges - they are brand-new and not yet proven, polished, or promised to behave. You gotta find that out for yourself here!

If a build survives our testing, it gets cleaned up and moved out to its own proper repo. Until then, it lives on the workbench over here, waiting for brave testers.

🔒 Locked Access

This repository is locked to the public — only invited testers can pull these builds.
If you want to apply, please get in touch with us over the BeaverAI Discord or through opening a new discussion. Thanks!
— 🔨 ⚒️ 🔥 ⚒️ 🔨 —
Downloads last month
59
GGUF
Model size
31B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

5-bit

6-bit

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

Collection including Blazed-Forge/Testing-Grounds-GGUF