赞
踩
本站域名 hf-mirror.com
,用于镜像huggingface.co
域名。使用方法:
(1) 安装依赖
pip install -U huggingface_hub hf_transfer
(2) 基本命令示例:
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download bigscience/bloom-560m --local-dir bloom-560m
如需提高下载速度,推荐设置环境变量开启hf_tranfer,官方的下载加速库,缺点是没有进度条。
export HF_HUB_ENABLE_HF_TRANSFER=1
(3) 下载需要登录的模型(Gated Model)
请添加–token hf_***参数,其中hf_***是 access token,请在huggingface官网这里获取。示例:
huggingface-cli download --token hf_*** --resume-download bigscience/bloom-560m --local-dir bloom-560m
方法二:使用url直接下载时,将 huggingface.co
直接替换为本站域名hf-mirror.com
。使用浏览器或者 wget -c、curl -L、aria2c 等命令行方式即可。
下载需登录的模型需命令行添加 --header hf_*** 参数,token 获取具体参见上文。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。