Update init.py
Browse files
init.py
CHANGED
@@ -30,7 +30,7 @@ def load_all_info_from_dataset_hub():
|
|
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
|
36 |
directory = QUEUE_PATH / EVAL_REQUESTS_PATH
|
|
|
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
|
36 |
directory = QUEUE_PATH / EVAL_REQUESTS_PATH
|