Commit
·
d857bf2
1
Parent(s):
70627cf
results path added
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -12,7 +12,7 @@ OWNER = "nvidia" # Change to your org - don't forget to create a results and req
|
|
12 |
|
13 |
REPO_ID = f"{OWNER}/leaderboard"
|
14 |
QUEUE_REPO = f"{OWNER}/requests"
|
15 |
-
RESULTS_REPO = f"{OWNER}/
|
16 |
|
17 |
# If you setup a cache later, just change HF_HOME
|
18 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
|
|
12 |
|
13 |
REPO_ID = f"{OWNER}/leaderboard"
|
14 |
QUEUE_REPO = f"{OWNER}/requests"
|
15 |
+
RESULTS_REPO = f"{OWNER}/llm-robustness-leaderboard-evals"
|
16 |
|
17 |
# If you setup a cache later, just change HF_HOME
|
18 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|