Remove redudant resume_download argument

This commit is contained in:
doctorpangloss 2024-05-06 10:31:58 -07:00
parent eb7d466b95
commit 75b63fce91

View File

@ -74,7 +74,7 @@ def get_or_download(folder_name: str, filename: str, known_files: List[HuggingFi
filename=known_file.filename,
local_dir=hf_destination_dir,
repo_type=known_file.repo_type,
resume_download=True)
)
if known_file.convert_to_16_bit and file_size is not None and file_size != 0:
tensors = {}