mac安装pytorch,使用transformers

conda create -n pytorch_env python=3.9.16
conda activate pytorch_env
conda install pytorch torchvision torchaudio -c pytorch
 
pip install rust
pip install tokenizers
pip install transformers

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