RKocielnik commited on
Commit
56c2ad2
·
verified ·
1 Parent(s): 758a793

Brought back the force

Browse files
Files changed (1) hide show
  1. mgr_biases.py +1 -1
mgr_biases.py CHANGED
@@ -207,7 +207,7 @@ def get_bias_json(filepath: str):
207
  print(f"File path: {filepath} -> {filename}")
208
  try:
209
  hf_hub_download(
210
- #force_download=True, # to get updates of the dataset
211
  repo_type="dataset",
212
  repo_id=DATASET_REPO_ID,
213
  filename=filepath,
 
207
  print(f"File path: {filepath} -> {filename}")
208
  try:
209
  hf_hub_download(
210
+ force_download=True, # to get updates of the dataset
211
  repo_type="dataset",
212
  repo_id=DATASET_REPO_ID,
213
  filename=filepath,