Xueqing commited on
Commit
0b53988
·
verified ·
1 Parent(s): e3f53b7

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -11,7 +11,7 @@ OWNER = "TheFinAI" # Change to your org - don't forget to create a results and r
11
 
12
  REPO_ID = f"{OWNER}/open-finllm-reasoning-leaderboard"
13
  QUEUE_REPO = f"{OWNER}/requests"
14
- RESULTS_REPO = f"{OWNER}/Fino1-Results"
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-finllm-reasoning-leaderboard"
13
  QUEUE_REPO = f"{OWNER}/requests"
14
+ RESULTS_REPO = f"{OWNER}/results"
15
 
16
  # If you setup a cache later, just change HF_HOME
17
  CACHE_PATH=os.getenv("HF_HOME", ".")