jasonshaoshun commited on
Commit
50f56b1
·
1 Parent(s): e46e945
Files changed (1) hide show
  1. src/envs.py +3 -1
src/envs.py CHANGED
@@ -15,7 +15,9 @@ REPO_ID = f"{OWNER}/leaderboard"
15
  # QUEUE_REPO = f"{OWNER}/requests"
16
  QUEUE_REPO = f"shunshao/requests-mib-test"
17
  RESULTS_REPO_MIB_SUBGRAPH = f"{OWNER}/subgraph-results"
18
- RESULTS_REPO_MIB_CAUSALGRAPH = f"mech-interp-bench/causalgraph-results"
 
 
19
 
20
  # If you setup a cache later, just change HF_HOME
21
  CACHE_PATH=os.getenv("HF_HOME", ".")
 
15
  # QUEUE_REPO = f"{OWNER}/requests"
16
  QUEUE_REPO = f"shunshao/requests-mib-test"
17
  RESULTS_REPO_MIB_SUBGRAPH = f"{OWNER}/subgraph-results"
18
+ # RESULTS_REPO_MIB_CAUSALGRAPH = f"{OWNER}/causalgraph-results"
19
+ RESULTS_REPO_MIB_CAUSALGRAPH = f"shunshao/causalgraph-results"
20
+
21
 
22
  # If you setup a cache later, just change HF_HOME
23
  CACHE_PATH=os.getenv("HF_HOME", ".")