参考文章:
1、mac安装Homebrew - 知乎
2、 ssh连接
git lfs install
git clone git@hf.co: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 git@hf.co:bert-base-uncased