tfrere commited on
Commit
0874ba3
·
1 Parent(s): 49fc984
.gitignore CHANGED
@@ -4,6 +4,7 @@ __pycache__
4
  .cache/
5
 
6
  *.egg-info
 
7
 
8
  # dependencies
9
 
 
4
  .cache/
5
 
6
  *.egg-info
7
+ backend/*.egg-info
8
 
9
  # dependencies
10
 
backend/tasks/create_bench.py CHANGED
@@ -200,7 +200,7 @@ class CreateBenchTask:
200
  env["HF_TOKEN"] = hf_token
201
  env["HUGGING_FACE_HUB_TOKEN"] = hf_token
202
  env["HF_ORGANIZATION"] = os.getenv("HF_ORGANIZATION", "yourbench")
203
- self._add_log("[INFO] Environment variables HF_TOKEN, HUGGING_FACE_HUB_TOKEN and HF_ORGANIZATION exported")
204
 
205
  # In development mode, only simulate ingestion
206
  if os.environ.get("DEVELOPMENT_MODE", "").lower() == "true":
 
200
  env["HF_TOKEN"] = hf_token
201
  env["HUGGING_FACE_HUB_TOKEN"] = hf_token
202
  env["HF_ORGANIZATION"] = os.getenv("HF_ORGANIZATION", "yourbench")
203
+ self._add_log("[INFO] Environment variables exported")
204
 
205
  # In development mode, only simulate ingestion
206
  if os.environ.get("DEVELOPMENT_MODE", "").lower() == "true":
backend/yourbench_simple_demo.egg-info/PKG-INFO DELETED
@@ -1,18 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: yourbench-simple-demo
3
- Version: 0.1.0
4
- Author-email: Sumuk Shashidhar <[email protected]>, Alina Lozovskaia <[email protected]>, Clémentine Fourrier <[email protected]>, Nathan Habib <[email protected]>
5
- Requires-Python: <3.13,>=3.12
6
- Requires-Dist: yourbench@ git+https://github.com/huggingface/yourbench.git@main
7
- Requires-Dist: asyncio>=3.4.3
8
- Requires-Dist: datasets>=3.3.0
9
- Requires-Dist: loguru>=0.7.3
10
- Requires-Dist: python-dotenv>=1.0.1
11
- Requires-Dist: tqdm>=4.67.1
12
- Requires-Dist: ruff>=0.11.2
13
- Requires-Dist: lighteval[math]>=0.8.0
14
- Requires-Dist: huggingface-hub>=0.22.0
15
- Requires-Dist: python-multipart>=0.0.5
16
- Requires-Dist: fastapi>=0.110.0
17
- Requires-Dist: uvicorn>=0.29.0
18
- Requires-Dist: pydantic>=2.6.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
backend/yourbench_simple_demo.egg-info/SOURCES.txt DELETED
@@ -1,9 +0,0 @@
1
- README.md
2
- pyproject.toml
3
- lighteval_task/__init__.py
4
- lighteval_task/lighteval_task.py
5
- yourbench_simple_demo.egg-info/PKG-INFO
6
- yourbench_simple_demo.egg-info/SOURCES.txt
7
- yourbench_simple_demo.egg-info/dependency_links.txt
8
- yourbench_simple_demo.egg-info/requires.txt
9
- yourbench_simple_demo.egg-info/top_level.txt
 
 
 
 
 
 
 
 
 
 
backend/yourbench_simple_demo.egg-info/dependency_links.txt DELETED
@@ -1 +0,0 @@
1
-
 
 
backend/yourbench_simple_demo.egg-info/requires.txt DELETED
@@ -1,13 +0,0 @@
1
- yourbench@ git+https://github.com/huggingface/yourbench.git@main
2
- asyncio>=3.4.3
3
- datasets>=3.3.0
4
- loguru>=0.7.3
5
- python-dotenv>=1.0.1
6
- tqdm>=4.67.1
7
- ruff>=0.11.2
8
- lighteval[math]>=0.8.0
9
- huggingface-hub>=0.22.0
10
- python-multipart>=0.0.5
11
- fastapi>=0.110.0
12
- uvicorn>=0.29.0
13
- pydantic>=2.6.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
backend/yourbench_simple_demo.egg-info/top_level.txt DELETED
@@ -1 +0,0 @@
1
- lighteval_task