Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Changing to REPO_ID that exists
#5
by
meg
HF staff
- opened
- 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
|
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 |
|