Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add latest commits of yourbench and lighteval
Browse files
backend/pyproject.toml
CHANGED
@@ -17,7 +17,7 @@ dependencies = [
|
|
17 |
"python-dotenv>=1.0.1",
|
18 |
"tqdm>=4.67.1",
|
19 |
"ruff>=0.11.2",
|
20 |
-
"lighteval[math]
|
21 |
"huggingface-hub>=0.22.0",
|
22 |
"python-multipart>=0.0.5",
|
23 |
"fastapi>=0.110.0",
|
|
|
17 |
"python-dotenv>=1.0.1",
|
18 |
"tqdm>=4.67.1",
|
19 |
"ruff>=0.11.2",
|
20 |
+
"lighteval[math] @ git+https://github.com/huggingface/lighteval.git@main",
|
21 |
"huggingface-hub>=0.22.0",
|
22 |
"python-multipart>=0.0.5",
|
23 |
"fastapi>=0.110.0",
|
backend/tasks/create_bench_config_file.py
CHANGED
@@ -185,6 +185,7 @@ class CreateBenchConfigTask:
|
|
185 |
"model_name": selected_model,
|
186 |
"provider": provider,
|
187 |
"api_key": "$HF_TOKEN",
|
|
|
188 |
"max_concurrent_requests": 32,
|
189 |
}]
|
190 |
|
|
|
185 |
"model_name": selected_model,
|
186 |
"provider": provider,
|
187 |
"api_key": "$HF_TOKEN",
|
188 |
+
"bill_to": "$HF_ORGANIZATION",
|
189 |
"max_concurrent_requests": 32,
|
190 |
}]
|
191 |
|