clefourrier HF staff commited on
Commit
df9a594
1 Parent(s): 0823987

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -22,7 +22,7 @@ TASKS_LIGHTEVAL = "lighteval|anli:r1|0|0,lighteval|logiqa|0|0"
22
  # To add your own tasks, edit the custom file and launch it with `custom|myothertask|0|0``
23
 
24
  # ---------------------------------------------------
25
- REPO_ID = f"{OWNER}/leaderboard-backend"
26
  QUEUE_REPO = f"{OWNER}/requests"
27
  RESULTS_REPO = f"{OWNER}/results"
28
 
 
22
  # To add your own tasks, edit the custom file and launch it with `custom|myothertask|0|0``
23
 
24
  # ---------------------------------------------------
25
+ REPO_ID = f"{OWNER}/backend"
26
  QUEUE_REPO = f"{OWNER}/requests"
27
  RESULTS_REPO = f"{OWNER}/results"
28