meg HF staff commited on
Commit
0223c4a
1 Parent(s): 7689092

Changing to REPO_ID that exists

Browse files

REPO_ID was given as `leaderboard-backend` . If you're following the demo instructions exactly, that repository doesn't exist. There are 2 relevant Spaces, one called 'leaderboard', the other called 'backend'. I think what is meant here is one or the other of those Space names.
Here, I'm guessing that 'leaderboard' is meant, as it would document for the user where the relevant leaderboard repository is.

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}/leaderboard"
26
  QUEUE_REPO = f"{OWNER}/requests"
27
  RESULTS_REPO = f"{OWNER}/results"
28