kovacsvi commited on
Commit
65e6711
·
1 Parent(s): 06f6aab
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -119,7 +119,7 @@ def df_h():
119
  def delete_unused_bin_files(model_id: str):
120
  target_path = f"/data/models--poltextlab--{model_id}"
121
 
122
- # delete .bin files in blobs/
123
  blob_bins = glob.glob(f"{target_path}/blobs/**/*", recursive=True)
124
 
125
  # delete .bin files in snapshots/, except config.json
 
119
  def delete_unused_bin_files(model_id: str):
120
  target_path = f"/data/models--poltextlab--{model_id}"
121
 
122
+ # delete files in blobs/
123
  blob_bins = glob.glob(f"{target_path}/blobs/**/*", recursive=True)
124
 
125
  # delete .bin files in snapshots/, except config.json