Spaces:
Running
Running
Commit
·
de9f510
1
Parent(s):
e7270ee
chore: update pyproject.toml to include 'dashboard' package and add build command to README
Browse files- README.md +1 -0
- pyproject.toml +1 -1
README.md
CHANGED
@@ -8,6 +8,7 @@ app_file: dashboard/app.py
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
short_description: A cost/quality/speed Leaderboard for Inference Providers!
|
|
|
11 |
sdk_version: 5.19.0
|
12 |
tags:
|
13 |
- leaderboard
|
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
short_description: A cost/quality/speed Leaderboard for Inference Providers!
|
11 |
+
build_command: pip install -r dashboard/requirements.txt
|
12 |
sdk_version: 5.19.0
|
13 |
tags:
|
14 |
- leaderboard
|
pyproject.toml
CHANGED
@@ -29,7 +29,7 @@ dependencies = [
|
|
29 |
]
|
30 |
|
31 |
[tool.hatch.build.targets.wheel]
|
32 |
-
packages = ["api", "benchmark"]
|
33 |
|
34 |
[tool.uv]
|
35 |
dev-dependencies = []
|
|
|
29 |
]
|
30 |
|
31 |
[tool.hatch.build.targets.wheel]
|
32 |
+
packages = ["api", "benchmark", "dashboard"]
|
33 |
|
34 |
[tool.uv]
|
35 |
dev-dependencies = []
|