huggingface下载慢,和更改默认缓存路径
huggingface更改源和缓存路径
·
export HF_HOME="you cache path/.cache"
export HF_ENDPOINT=https://hf-mirror.com # huggingface的国内镜像
我是在系统环境变量中改的
vim ~/.bashrc- 在环境变量中添加,并保存:
export HF_HOME="you cache path/.cache" export HF_ENDPOINT=https://hf-mirror.com # huggingface的国内镜像 - 刷新环境变量:
source ~/.bashrc
更多推荐



所有评论(0)