Benchmark runner for local-bench.ai - the community quality leaderboard for local AI setups.
Project description
local-bench-ai
CLI benchmark runner for local-bench.ai — a community quality leaderboard for local AI setups. It benchmarks GGUF models served by llama.cpp (or any OpenAI-compatible endpoint), scores them on the six-axis Local Intelligence Index (Agentic, Knowledge, Instruction-Following, Tool calling, execution-verified Coding, Math), and packs signed, reproducible result bundles you can submit for maintainer review.
Quickstart
pip install "local-bench-ai[hf]" # Python 3.11+
# 1. Fetch the static suite used by the public path below (hash-verified)
localbench fetch-suite --site https://local-bench.ai \
--suite suite-v1-static-exec-5axis-v1 --accept-suite-terms
# 2. Cache the tokenizer/chat template for offline identity
localbench cache-tokenizer <hf-model-id>
# 3. Public path today: run the five non-agentic axes (measured/static, not full-index eligible)
localbench bench <catalog-model-or-hf-repo> --static-only \
--llama-server-path <path-to-llama-server>
# 4. Managed-harness path: fetch the full suite, then launch the pinned server
localbench fetch-suite --site https://local-bench.ai \
--suite suite-v1-full-exec-6axis-v1 --accept-suite-terms
localbench bench \
--runtime llama.cpp --server-bin <path-to-llama-server> \
--model-file <model.gguf> --model-id <model-slug> \
--hf-model-id <hf-model-id> \
--suite suite-v1-full-exec-6axis-v1 --bench all \
--wsl-venv-python <managed-wsl-python> \
--appworld-root <managed-appworld-root> \
--lane bounded-final-v2 --profile auto --tier standard \
--ctx 32768 --seed 1234 --out runs/my-bench
# 5. Submit for maintainer review (nothing auto-publishes)
localbench submit run --run runs/my-bench
Full six-axis execution currently requires managed AppWorld configuration. Until the managed
runtime is public, use one-shot --static-only to run the other five axes without agentic setup.
The site's submit page generates these commands for your exact model and runtime, including the full identity flag set for bring-your-own-server runs. Publishable bounded-final-v2 runs require a 32k server context.
What makes rows trustworthy
- Suites are hash-pinned releases; sampler settings are pinned (greedy, seeded).
- Coding is BigCodeBench-Hard, re-executed by the maintainer's sandbox verifier before it can rank; community agentic results are labeled self-reported.
- Every number on the board links to a receipt with the full run manifest.
- Nothing ranks without maintainer review.
Methodology: https://local-bench.ai/methodology
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file local_bench_ai-0.3.1.tar.gz.
File metadata
- Download URL: local_bench_ai-0.3.1.tar.gz
- Upload date:
- Size: 840.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e58b1aaf8aa80c346c39bfc0c2b3c6b45e64f36d818966cb82b9d4483b04204e
|
|
| MD5 |
be99c49f8f84c284bb5f70d8f3085b88
|
|
| BLAKE2b-256 |
3c60e46daad6721bd973ffc7b01ae95eaac1d3c4e2275ed2ecd92e32ce57c84a
|
File details
Details for the file local_bench_ai-0.3.1-py3-none-any.whl.
File metadata
- Download URL: local_bench_ai-0.3.1-py3-none-any.whl
- Upload date:
- Size: 717.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbc4fde0b61e4c86e27badca683f3aaea868b1fd3612633de2ab1aa1f2d4c0c3
|
|
| MD5 |
390df6c9ab1127e2f469f7b00f1197c2
|
|
| BLAKE2b-256 |
2f1828e682a8f2cfeb0b93b7e2f877666241b45754a414816867de342ec3b1e8
|