navidved commited on
Commit
e3b30bf
1 Parent(s): b012841

Update init.py

Browse files
Files changed (1) hide show
  1. init.py +1 -1
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