Skip to content

Open, free database of user submitted data for LLM hardware benchmarks.

License

Notifications You must be signed in to change notification settings

BinSquare/inferbench

Repository files navigation

InferBench

User-contributed and user-verified database on hardware performance for inference.

Please contribute!

Quick Start

git clone https://github.com/BinSquare/inferbench.git
cd src
pnpm install
cp .env.example .env  # Add DATABASE_URL, any postgresdb compatible works. I use supabase.
pnpm db:migrate
pnpm dev

Contributing

Submit benchmark results at inferbench.com.

Hardware data (GPUs, CPUs, models, pricing) lives in src/lib/hardware-data.ts.

Run pnpm build before submitting PRs.

License

MIT

About

Open, free database of user submitted data for LLM hardware benchmarks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages