Metadata-Version: 2.1
Name: benchgr_agent
Version: 0.1.7
Summary: BenchGR GPU Benchmark Agent - Test your GPU and submit to the leaderboard
Author: San S
License: MIT
Project-URL: Homepage, https://benchgr-frontend.vercel.app
Keywords: gpu,benchmark,leaderboard,cuda,ai
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# benchgr-agent

GPU Benchmark Agent for [BenchGR Leaderboard](https://benchgr-frontend.vercel.app).

## Install
pip install benchgr-agent

## Usage
# Check your GPU
benchgr info

# Run benchmark (no submit)
benchgr run --no-submit

# Run and submit to leaderboard
benchgr run --api-key YOUR_API_KEY
