1 安装pytorch
跳转到pytorch的网站
pytorch安装配置页
conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch
2 安装 transformers
- pip 安装
pip install transfomers# 失败
- 使用conda安装
conda install -c huggingface transformers
- 使用git下载
git clone https://github.com