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 build-small-hackathon/phase-3-gguf:Q8_0
# Run inference directly in the terminal:
llama-cli -hf build-small-hackathon/phase-3-gguf:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf build-small-hackathon/phase-3-gguf:Q8_0
# Run inference directly in the terminal:
llama-cli -hf build-small-hackathon/phase-3-gguf:Q8_0
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 build-small-hackathon/phase-3-gguf:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf build-small-hackathon/phase-3-gguf:Q8_0
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 build-small-hackathon/phase-3-gguf:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf build-small-hackathon/phase-3-gguf:Q8_0
Use Docker
docker model run hf.co/build-small-hackathon/phase-3-gguf:Q8_0
Quick Links

Phase-3 GGUF

This repository hosts the Phase-3 GGUF artifact used by the public Gradio Space build-small-hackathon/First-Principle-AI.

File

  • model-Q8_0.gguf
  • Local source before upload: /Users/user/.lmstudio/models/owenisas/Phase-3-GGUF/model-Q8_0.gguf
  • Quantization label: Q8_0
  • Approximate local size: 31 GB

Intended Use

The paired Space loads this artifact with llama-cpp-python and exposes a dense model-lab chatbot with sampling controls and runtime diagnostics.

Runtime Caveat

This is a large Q8 GGUF. It needs substantially more memory than a typical free CPU Space can provide. The paired Space is configured to target ZeroGPU, but ZeroGPU compatibility with llama.cpp/GGUF should be verified at runtime.

Downloads last month
52
GGUF
Model size
32B params
Architecture
nemotron_h_moe
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

Space using build-small-hackathon/phase-3-gguf 1