File size: 596 Bytes
482874e
 
 
 
 
6383948
b98f07f
482874e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe8ec74
60906bd
fe8ec74
60906bd
482874e
b98f07f
482874e
6383948
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "leaderboard"
version = "0.1.0"
description = "Leaderboard for Benchmarking LLMs"
readme = "README.md"
requires-python = ">=3.10,<3.11"

dependencies = [
  "APScheduler",
  "datasets",
  "gradio",
  "gradio[oauth]",
  "gradio_leaderboard==0.0.13",
  "gradio_client",
  "huggingface-hub>=0.18.0",
  "matplotlib",
  "numpy",
  "pandas",
  "python-dateutil",
  "tqdm",
  "transformers",
  "tokenizers>=0.15.0",
  "sentencepiece",
  "python-dotenv>=1.2.1",
  "pydantic>=2.11.10",
  "pydantic-settings>=2.11.0",
  "rich>=14.2.0",
]

[dependency-groups]
dev = ["ruff>=0.14.0,<0.15.0"]