RKocielnik commited on
Commit
5450be6
·
verified ·
1 Parent(s): ba8ce18

comment force_filename

Browse files
Files changed (1) hide show
  1. mgr_biases.py +2 -2
mgr_biases.py CHANGED
@@ -205,8 +205,8 @@ def get_bias_json(filepath: str):
205
  repo_type="dataset",
206
  repo_id=DATASET_REPO_ID,
207
  filename=filepath,
208
- cache_dir=LOCAL_DATA_DIRNAME,
209
- force_filename=filename
210
  )
211
  except Exception as e:
212
  # file not found
 
205
  repo_type="dataset",
206
  repo_id=DATASET_REPO_ID,
207
  filename=filepath,
208
+ cache_dir=LOCAL_DATA_DIRNAME#,
209
+ #force_filename=filename
210
  )
211
  except Exception as e:
212
  # file not found