Spaces:
Running
Running
Commit
·
f5f9b38
1
Parent(s):
6e9b61e
chore: update dependencies in pyproject.toml and fix README header formatting
Browse files- README.md +1 -1
- pyproject.toml +3 -2
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# InferBench
|
2 |
Evaluate the quality and efficiency of image gen api's.
|
3 |
|
4 |
Install dependencies with conda like that:
|
|
|
1 |
+
# InferBench
|
2 |
Evaluate the quality and efficiency of image gen api's.
|
3 |
|
4 |
Install dependencies with conda like that:
|
pyproject.toml
CHANGED
@@ -10,7 +10,7 @@ dependencies = [
|
|
10 |
"python-dotenv",
|
11 |
"requests",
|
12 |
"tqdm",
|
13 |
-
"datasets
|
14 |
"fal-client>=0.5.9",
|
15 |
"hpsv2>=1.2.0",
|
16 |
"huggingface-hub>=0.30.2",
|
@@ -23,10 +23,11 @@ dependencies = [
|
|
23 |
"clip",
|
24 |
"diffusers<=0.31",
|
25 |
"piq>=0.8.0",
|
|
|
26 |
]
|
27 |
|
28 |
[tool.hatch.build.targets.wheel]
|
29 |
packages = ["api", "benchmark"]
|
30 |
|
31 |
[tool.uv]
|
32 |
-
dev-dependencies = []
|
|
|
10 |
"python-dotenv",
|
11 |
"requests",
|
12 |
"tqdm",
|
13 |
+
"datasets==3.6.0",
|
14 |
"fal-client>=0.5.9",
|
15 |
"hpsv2>=1.2.0",
|
16 |
"huggingface-hub>=0.30.2",
|
|
|
23 |
"clip",
|
24 |
"diffusers<=0.31",
|
25 |
"piq>=0.8.0",
|
26 |
+
"boto3>=1.39.4",
|
27 |
]
|
28 |
|
29 |
[tool.hatch.build.targets.wheel]
|
30 |
packages = ["api", "benchmark"]
|
31 |
|
32 |
[tool.uv]
|
33 |
+
dev-dependencies = []
|