Skip to main content

学术资源加速的临时解决方案

近期用户反馈急需学术资源加速功能,我们正在研发中,敬请期待!

目前由于合规考虑,网络问题暂时需要用户自行解决,拉取 HuggingFace 可以参考以下方法:

# 1 安装环境
apt-get update apt-get install git-lfs curl aria2
# 2 安装脚本并配置环境变量
wget https://hf-mirror.com/hfd/hfd.sh
chmod a+x hfd.sh
export HF_ENDPOINT=https://hf-mirror.com
echo 'export HF_ENDPOINT=https://hf-mirror.com' >> ~/.bashrc && source ~/.bashrc
# 3 设置别名
echo 'export PATH="$PATH:$PWD"' >> ~/.bashrc && echo 'alias hfd="$PWD/hfd.sh"' >> ~/.bashrc && source ~/.bashrc
# 4 下载模型数据
hfd 模型名 --tool aria2c -x 4 hfd 数据名 --dataset --tool aria2c -x 4