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

SmartQuant v1 of Llama-3.3-70B-Instruct in just 2.39 bpw.

With just 19.60GB it compares to those two:

  • Llama-3.3-70B-Instruct-IQ2_XS.gguf IQ2_XS 21.14GB false Low quality, uses SOTA techniques to be usable.
  • Llama-3.3-70B-Instruct-IQ2_XXS.gguf IQ2_XXS 19.10GB false Very low quality, uses SOTA techniques to be usable.

I'll do some qualification and perplexity runs next.

Downloads last month
22
GGUF
Model size
8B params
Architecture
granite
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