Remove unused method

This commit is contained in:
Edresson Casanova
2023-10-06 17:21:22 -03:00
parent 4a6103fec9
commit ee1ef1c51e
-3
View File
@@ -321,9 +321,6 @@ class ModelManager(object):
return False
return True
def check_if_files_size(self, model_name):
pass
def create_dir_and_download_model(self, model_name, model_item, output_path):
os.makedirs(output_path, exist_ok=True)
# handle TOS