Update init.py
Browse files
init.py
CHANGED
|
@@ -24,12 +24,12 @@ def load_all_info_from_dataset_hub():
|
|
| 24 |
|
| 25 |
print("Pulling evaluation requests and results.")
|
| 26 |
|
| 27 |
-
eval_queue_repo = Repository(
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
)
|
| 33 |
# eval_queue_repo.git_pull()
|
| 34 |
|
| 35 |
# Local directory where dataset repo is cloned + folder with eval requests
|
|
|
|
| 24 |
|
| 25 |
print("Pulling evaluation requests and results.")
|
| 26 |
|
| 27 |
+
# eval_queue_repo = Repository(
|
| 28 |
+
# local_dir=QUEUE_PATH,
|
| 29 |
+
# clone_from=QUEUE_REPO,
|
| 30 |
+
# use_auth_token=TOKEN_HUB,
|
| 31 |
+
# repo_type="dataset",
|
| 32 |
+
# )
|
| 33 |
# eval_queue_repo.git_pull()
|
| 34 |
|
| 35 |
# Local directory where dataset repo is cloned + folder with eval requests
|