File size: 321 Bytes
48bb3eb
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "amd-leaderboard"
version = "0.1.0"
description = "A leaderboard for tracking vLLM benchmark results on AMD hardware"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "datasets>=3.6.0",
    "gradio>=5.35.0",
    "huggingface-hub>=0.33.1",
    "ipython>=9.3.0",
    "pandas>=2.3.0",
]