Spaces:
Running
Running
kovacsvi
commited on
Commit
·
65e6711
1
Parent(s):
06f6aab
typo
Browse files
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
|
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
|