How to use from
llama.cppInstall 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/SmartQuantUse 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/SmartQuantBuild 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/SmartQuantUse Docker
docker model run hf.co/TobDeBer/SmartQuantQuick 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
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
Install from brew
# 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