赞
踩
conda create -n Distil3.7 python=3.7
source activate Distil3.7
conda install -c huggingface transformers
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
python -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('we love you'))"
pip install -U transformers
pip install -U huggingface_hub
pip install "sagemaker>=2.69.0" "transformers==4.12.3"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。