Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
t0-0
commited on
Commit
·
560790f
1
Parent(s):
f50141c
Change results repo name
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -11,7 +11,7 @@ OWNER = "llm-jp" # Change to your org - don't forget to create a results and re
|
|
11 |
|
12 |
REPO_ID = f"{OWNER}/open-japanese-llm-leaderboard"
|
13 |
QUEUE_REPO = f"{OWNER}/leaderboard-requests"
|
14 |
-
RESULTS_REPO = f"{OWNER}/
|
15 |
|
16 |
# If you setup a cache later, just change HF_HOME
|
17 |
CACHE_PATH = os.getenv("HF_HOME", ".")
|
|
|
11 |
|
12 |
REPO_ID = f"{OWNER}/open-japanese-llm-leaderboard"
|
13 |
QUEUE_REPO = f"{OWNER}/leaderboard-requests"
|
14 |
+
RESULTS_REPO = f"{OWNER}/leaderboard-contents"
|
15 |
|
16 |
# If you setup a cache later, just change HF_HOME
|
17 |
CACHE_PATH = os.getenv("HF_HOME", ".")
|