[linux]服务器挂代理提升下载权重速度

写在前面

这里主要以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权重下载链接
[linux]服务器挂代理提升下载权重速度_第1张图片

git lfs install
git clone yourpath

第六步:下载权重,监控速度

bwm-ng

欢迎关注!

你可能感兴趣的:(开发技巧与报错解决,linux)