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

This repository aims to explore the extreme compression ratio of the model, so only low bit quantization models are provided. They all quantized from F16.

model size ppl
F16 15G 8.3662 +/- 0.06216
IQ2_M 2.8G 10.2360 +/- 0.07470
IQ2_S 2.6G 11.3735 +/- 0.08396
IQ2_XS 2.5G 12.3081 +/- 0.08961
IQ2_XXS 2.3G 15.9081 +/- 0.11701
IQ1_M 2.1G 26.5610 +/- 0.19391

Downloads last month
21
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support