Spaces:
Runtime error
Runtime error
Oops
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import HfApi
|
|
7 |
TOKEN = os.environ.get("TOKEN") # A read/write user token for a user that has access to your org
|
8 |
|
9 |
OWNER = "Bias-Leaderboard" # Change to your org - don't forget to create a results and request file
|
10 |
-
DEVICE = cuda:0 # "cpu" # cuda:0 if you add compute
|
11 |
LIMIT = 20 # !!!! Should be None for actual evaluations!!!
|
12 |
# ----------------------------------
|
13 |
|
|
|
7 |
TOKEN = os.environ.get("TOKEN") # A read/write user token for a user that has access to your org
|
8 |
|
9 |
OWNER = "Bias-Leaderboard" # Change to your org - don't forget to create a results and request file
|
10 |
+
DEVICE = "cuda:0" # "cpu" # cuda:0 if you add compute
|
11 |
LIMIT = 20 # !!!! Should be None for actual evaluations!!!
|
12 |
# ----------------------------------
|
13 |
|