remove cache dir
This commit is contained in:
parent
4422d41e52
commit
d4fd75cd3a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue