Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/envs.py
Browse files- 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}/
|
| 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 |
|