Spaces:
Runtime error
Runtime error
updated results repo
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -13,7 +13,7 @@ LIMIT = 20 # !!!! Should be None for actual evaluations!!!
|
|
13 |
|
14 |
REPO_ID = f"{OWNER}/leaderboard"
|
15 |
QUEUE_REPO = f"{OWNER}/requests"
|
16 |
-
RESULTS_REPO = f"{OWNER}/results"
|
17 |
|
18 |
# If you setup a cache later, just change HF_HOME
|
19 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
|
|
13 |
|
14 |
REPO_ID = f"{OWNER}/leaderboard"
|
15 |
QUEUE_REPO = f"{OWNER}/requests"
|
16 |
+
RESULTS_REPO = f"{OWNER}/private-results"
|
17 |
|
18 |
# If you setup a cache later, just change HF_HOME
|
19 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|