Spaces:
Running
Running
Commit
·
a22d77d
1
Parent(s):
290947d
init
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ TASK_DIRS = [
|
|
| 31 |
os.path.join(REPO_ROOT, "src", "lighteval", "tasks", "multilingual", "tasks"),
|
| 32 |
]
|
| 33 |
# place cache inside repo root to avoid dirname('') issue
|
| 34 |
-
CACHE_PATH =
|
| 35 |
|
| 36 |
|
| 37 |
@dataclass
|
|
|
|
| 31 |
os.path.join(REPO_ROOT, "src", "lighteval", "tasks", "multilingual", "tasks"),
|
| 32 |
]
|
| 33 |
# place cache inside repo root to avoid dirname('') issue
|
| 34 |
+
CACHE_PATH = "tasks_index.json"
|
| 35 |
|
| 36 |
|
| 37 |
@dataclass
|