阅读量:0
写在前面
这里主要以huggingface下载权重为例,介绍如何在linux中部署代理提升下载速度
实际操作
第一步:服务器安装clash文件
https://github.com/Dreamacro/clash/releases#下载clash链接
第二步:使用自己的配置文件
将config.yaml替换掉即可
第三步:添加代理端口
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890 ######以上代码只对当前窗口有效
第四步:开启服务器代理
./clash -d .
第五步:找到huggingface权重下载链接
git lfs install git clone yourpath
第六步:下载权重,监控速度
bwm-ng
欢迎关注!