Linker1907 commited on
Commit
a22d77d
·
1 Parent(s): 290947d
Files changed (1) hide show
  1. app.py +1 -1
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 = os.path.join(REPO_ROOT, "tasks_index.json")
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