navidved commited on
Commit
313c3d8
1 Parent(s): e3b30bf

Update init.py

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