Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Bump up lighteval to 0.9.2
Browse files- pyproject.toml +4 -1
- uv.lock +10 -10
pyproject.toml
CHANGED
@@ -28,7 +28,10 @@ build-backend = "setuptools.build_meta"
|
|
28 |
|
29 |
[tool.uv.sources]
|
30 |
yourbench = { git = "https://github.com/huggingface/yourbench.git", branch = "main" }
|
31 |
-
lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.
|
|
|
|
|
|
|
32 |
|
33 |
[tool.ruff]
|
34 |
line-length = 119
|
|
|
28 |
|
29 |
[tool.uv.sources]
|
30 |
yourbench = { git = "https://github.com/huggingface/yourbench.git", branch = "main" }
|
31 |
+
lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.2" }
|
32 |
+
|
33 |
+
[tool.setuptools]
|
34 |
+
packages = ["app", "yourbench_space"]
|
35 |
|
36 |
[tool.ruff]
|
37 |
line-length = 119
|
uv.lock
CHANGED
@@ -192,7 +192,7 @@ wheels = [
|
|
192 |
|
193 |
[[package]]
|
194 |
name = "azure-identity"
|
195 |
-
version = "1.
|
196 |
source = { registry = "https://pypi.org/simple" }
|
197 |
dependencies = [
|
198 |
{ name = "azure-core" },
|
@@ -201,9 +201,9 @@ dependencies = [
|
|
201 |
{ name = "msal-extensions" },
|
202 |
{ name = "typing-extensions" },
|
203 |
]
|
204 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
205 |
wheels = [
|
206 |
-
{ url = "https://files.pythonhosted.org/packages/
|
207 |
]
|
208 |
|
209 |
[[package]]
|
@@ -914,8 +914,8 @@ wheels = [
|
|
914 |
|
915 |
[[package]]
|
916 |
name = "lighteval"
|
917 |
-
version = "0.9.
|
918 |
-
source = { git = "https://github.com/huggingface/lighteval.git?tag=v0.9.
|
919 |
dependencies = [
|
920 |
{ name = "accelerate" },
|
921 |
{ name = "aenum" },
|
@@ -1531,15 +1531,15 @@ wheels = [
|
|
1531 |
|
1532 |
[[package]]
|
1533 |
name = "pdfminer-six"
|
1534 |
-
version = "
|
1535 |
source = { registry = "https://pypi.org/simple" }
|
1536 |
dependencies = [
|
1537 |
{ name = "charset-normalizer" },
|
1538 |
{ name = "cryptography" },
|
1539 |
]
|
1540 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1541 |
wheels = [
|
1542 |
-
{ url = "https://files.pythonhosted.org/packages/
|
1543 |
]
|
1544 |
|
1545 |
[[package]]
|
@@ -2601,7 +2601,7 @@ wheels = [
|
|
2601 |
[[package]]
|
2602 |
name = "yourbench"
|
2603 |
version = "0.3.0"
|
2604 |
-
source = { git = "https://github.com/huggingface/yourbench.git?branch=main#
|
2605 |
dependencies = [
|
2606 |
{ name = "asyncio" },
|
2607 |
{ name = "black" },
|
@@ -2645,7 +2645,7 @@ requires-dist = [
|
|
2645 |
{ name = "asyncio", specifier = ">=3.4.3" },
|
2646 |
{ name = "datasets", specifier = ">=3.5.1" },
|
2647 |
{ name = "gradio", extras = ["oauth"], specifier = ">=5.21.0" },
|
2648 |
-
{ name = "lighteval", extras = ["extended-tasks", "math"], git = "https://github.com/huggingface/lighteval.git?tag=v0.9.
|
2649 |
{ name = "loguru", specifier = ">=0.7.3" },
|
2650 |
{ name = "python-dotenv", specifier = ">=1.0.1" },
|
2651 |
{ name = "ruamel-yaml", specifier = ">=0.18.10" },
|
|
|
192 |
|
193 |
[[package]]
|
194 |
name = "azure-identity"
|
195 |
+
version = "1.22.0"
|
196 |
source = { registry = "https://pypi.org/simple" }
|
197 |
dependencies = [
|
198 |
{ name = "azure-core" },
|
|
|
201 |
{ name = "msal-extensions" },
|
202 |
{ name = "typing-extensions" },
|
203 |
]
|
204 |
+
sdist = { url = "https://files.pythonhosted.org/packages/58/8e/1b5916f5e1696bf05b009cf7d41383cea54aa8536d4a4f6f88cca15eb6a4/azure_identity-1.22.0.tar.gz", hash = "sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9", size = 263346 }
|
205 |
wheels = [
|
206 |
+
{ url = "https://files.pythonhosted.org/packages/06/1a/6f13d7f95f68f37303c0e00e011d498e4524e70d354b2e11ef5ae89e0ce0/azure_identity-1.22.0-py3-none-any.whl", hash = "sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8", size = 185524 },
|
207 |
]
|
208 |
|
209 |
[[package]]
|
|
|
914 |
|
915 |
[[package]]
|
916 |
name = "lighteval"
|
917 |
+
version = "0.9.2"
|
918 |
+
source = { git = "https://github.com/huggingface/lighteval.git?tag=v0.9.2#8d9ecd66c2c2e235c06848b48fbca41655084fdc" }
|
919 |
dependencies = [
|
920 |
{ name = "accelerate" },
|
921 |
{ name = "aenum" },
|
|
|
1531 |
|
1532 |
[[package]]
|
1533 |
name = "pdfminer-six"
|
1534 |
+
version = "20250506"
|
1535 |
source = { registry = "https://pypi.org/simple" }
|
1536 |
dependencies = [
|
1537 |
{ name = "charset-normalizer" },
|
1538 |
{ name = "cryptography" },
|
1539 |
]
|
1540 |
+
sdist = { url = "https://files.pythonhosted.org/packages/78/46/5223d613ac4963e1f7c07b2660fe0e9e770102ec6bda8c038400113fb215/pdfminer_six-20250506.tar.gz", hash = "sha256:b03cc8df09cf3c7aba8246deae52e0bca7ebb112a38895b5e1d4f5dd2b8ca2e7", size = 7387678 }
|
1541 |
wheels = [
|
1542 |
+
{ url = "https://files.pythonhosted.org/packages/73/16/7a432c0101fa87457e75cb12c879e1749c5870a786525e2e0f42871d6462/pdfminer_six-20250506-py3-none-any.whl", hash = "sha256:d81ad173f62e5f841b53a8ba63af1a4a355933cfc0ffabd608e568b9193909e3", size = 5620187 },
|
1543 |
]
|
1544 |
|
1545 |
[[package]]
|
|
|
2601 |
[[package]]
|
2602 |
name = "yourbench"
|
2603 |
version = "0.3.0"
|
2604 |
+
source = { git = "https://github.com/huggingface/yourbench.git?branch=main#6b0758ebb282f06a501c35f67cd589e920a2cc15" }
|
2605 |
dependencies = [
|
2606 |
{ name = "asyncio" },
|
2607 |
{ name = "black" },
|
|
|
2645 |
{ name = "asyncio", specifier = ">=3.4.3" },
|
2646 |
{ name = "datasets", specifier = ">=3.5.1" },
|
2647 |
{ name = "gradio", extras = ["oauth"], specifier = ">=5.21.0" },
|
2648 |
+
{ name = "lighteval", extras = ["extended-tasks", "math"], git = "https://github.com/huggingface/lighteval.git?tag=v0.9.2" },
|
2649 |
{ name = "loguru", specifier = ">=0.7.3" },
|
2650 |
{ name = "python-dotenv", specifier = ">=1.0.1" },
|
2651 |
{ name = "ruamel-yaml", specifier = ">=0.18.10" },
|