【Hugging Face】如何下载模型文件

参考文章:

1、mac安装Homebrew - 知乎

2、 ssh连接

git lfs install
git clone [email protected]:bert-base-uncased
-- 安装Homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
-- 配置文件生效
source /Users/xiaokkk/.zprofile

-- git lfs 安装配置:
brew install git-lfs
-- 下载模型文件
git clone https://huggingface.co/bert-base-uncased
git clone [email protected]:bert-base-uncased

你可能感兴趣的:(机器学习,机器学习)