Clémentine commited on
Commit
1a6cc70
·
1 Parent(s): 67741f2
Files changed (1) hide show
  1. yourbench_space/evaluation.py +1 -1
yourbench_space/evaluation.py CHANGED
@@ -1,5 +1,5 @@
1
  import asyncio, os
2
- from src.env import INIT_MODELS
3
 
4
  ON_SPACES=os.environ.get("system") == "spaces"
5
  OUTPUT_DIR = "/data" if ON_SPACES else "."
 
1
  import asyncio, os
2
+ from yourbench_space.leaderboard_space.env import INIT_MODELS
3
 
4
  ON_SPACES=os.environ.get("system") == "spaces"
5
  OUTPUT_DIR = "/data" if ON_SPACES else "."