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

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 53.56
ARC (25-shot) 64.59
HellaSwag (10-shot) 86.17
MMLU (5-shot) 60.5
TruthfulQA (0-shot) 44.12
Winogrande (5-shot) 79.32
GSM8K (5-shot) 14.4
DROP (3-shot) 25.81
Downloads last month
1,258
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Secbone/llama-33B-instructed

Quantizations
2 models