Spaces:
Sleeping
Sleeping
Clémentine
commited on
Commit
·
1a6cc70
1
Parent(s):
67741f2
fix typo
Browse files
yourbench_space/evaluation.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import asyncio, os
|
2 |
-
from
|
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 "."
|