CarlCochet commited on
Commit
2d510ea
·
1 Parent(s): 8c593eb

Update background_task.py

Browse files
Files changed (1) hide show
  1. background_task.py +1 -1
background_task.py CHANGED
@@ -239,7 +239,7 @@ def init_matchmaking():
239
  4. Compute the new ELO rating for each model
240
  5. Save the results to the hub
241
  """
242
- filter_bad_models = pd.read_csv(FILTER_FILE)["model"].tolist()
243
  models = get_models_list(filter_bad_models)
244
  matchmaking = Matchmaking(models)
245
  matchmaking.run()
 
239
  4. Compute the new ELO rating for each model
240
  5. Save the results to the hub
241
  """
242
+ filter_bad_models = [] #pd.read_csv(FILTER_FILE)["model"].tolist()
243
  models = get_models_list(filter_bad_models)
244
  matchmaking = Matchmaking(models)
245
  matchmaking.run()