Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 747 Bytes
fd8845d e7abd9e fd8845d d8e3a09 c006f60 9213aed c006f60 fd8845d e6e65b3 fd8845d c006f60 fd8845d c006f60 e7abd9e fd8845d |
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 |
[tool.poetry]
name = "llm-leaderboard-backend"
version = "0.1.0"
description = "Backend for the Open LLM Leaderboard"
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.6"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
numpy = "^2.2.0"
pandas = "^2.2.3"
datasets = "^3.2.0"
pyarrow = "^18.1.0"
python-multipart = "^0.0.20"
huggingface-hub = "^0.27.1"
transformers = "^4.47.1"
safetensors = "^0.4.5"
aiofiles = "^24.1.0"
fastapi-cache2 = "^0.2.1"
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
black = "^24.10.0"
isort = "^5.13.2"
flake8 = "^6.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" |