Clémentine
commited on
Commit
·
f0298e1
1
Parent(s):
069df83
test
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
|
@@ -5,7 +5,7 @@ from huggingface_hub import HfApi
|
|
| 5 |
# Info to change for your repository
|
| 6 |
# ----------------------------------
|
| 7 |
TOKEN = os.environ.get("TOKEN", None) # A read/write token for your org
|
| 8 |
-
|
| 9 |
OWNER = "demo-leaderboard-backend" # Change to your org - don't forget to create a results and request file
|
| 10 |
DEVICE = "cpu" # cuda:0 if you add compute
|
| 11 |
LIMIT = 20 # !!!! Should be None for actual evaluations!!!
|
|
|
|
| 5 |
# Info to change for your repository
|
| 6 |
# ----------------------------------
|
| 7 |
TOKEN = os.environ.get("TOKEN", None) # A read/write token for your org
|
| 8 |
+
print(TOKEN)
|
| 9 |
OWNER = "demo-leaderboard-backend" # Change to your org - don't forget to create a results and request file
|
| 10 |
DEVICE = "cpu" # cuda:0 if you add compute
|
| 11 |
LIMIT = 20 # !!!! Should be None for actual evaluations!!!
|