remove cache dir

This commit is contained in:
Anton Bacaj 2023-06-26 17:23:01 +00:00
parent 4422d41e52
commit d4fd75cd3a

View file

@ -7,7 +7,8 @@ def download_mpt_quant(destination_folder: str, repo_id: str, model_filename: st
return hf_hub_download(
repo_id=repo_id,
filename=model_filename,
cache_dir=local_path,
local_dir=local_path,
local_dir_use_symlinks=False
)