Metadata-Version: 2.1
Name: benchgr-agent
Version: 0.1.4
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
Requires-Dist: numpy >=1.24.0
Requires-Dist: requests >=2.28.0
Requires-Dist: torch >=2.0.0
Requires-Dist: transformers >=4.30.0

# 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
