smothiki commited on
Commit
5e491d6
1 Parent(s): d09113b

Update src/tools/collections.py

Browse files
Files changed (1) hide show
  1. src/tools/collections.py +1 -1
src/tools/collections.py CHANGED
@@ -72,7 +72,7 @@ def update_collections(df: DataFrame):
72
  except HfHubHTTPError:
73
  continue
74
 
75
- collection = get_collection(PATH_TO_COLLECTION, token=H4_TOKEN)
76
  for item in collection.items:
77
  if item.item_id not in cur_best_models:
78
  try:
 
72
  except HfHubHTTPError:
73
  continue
74
 
75
+ collection = get_collection(PATH_TO_COLLECTION, token=HF_TOKEN)
76
  for item in collection.items:
77
  if item.item_id not in cur_best_models:
78
  try: