Ali-C137 commited on
Commit
e703478
1 Parent(s): 51345e3

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +2 -2
src/envs.py CHANGED
@@ -10,8 +10,8 @@ OWNER = "OALL" # Change to your org - don't forget to create a results and reque
10
  # ----------------------------------
11
 
12
  REPO_ID = f"{OWNER}/Open-Arabic-LLM-Leaderboard"
13
- QUEUE_REPO = f"{OWNER}/requests_v0"
14
- RESULTS_REPO = f"{OWNER}/results_v0"
15
 
16
  # If you setup a cache later, just change HF_HOME
17
  CACHE_PATH=os.getenv("HF_HOME", ".")
 
10
  # ----------------------------------
11
 
12
  REPO_ID = f"{OWNER}/Open-Arabic-LLM-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", ".")