bark 环境部署相关

conda create -n bark python=3.10.9 cudnn=8.4.1.50 cudatoolkit=11.7.0 ffmpeg x264
conda activate bark
pip install torch==2.0.0+cu117 torchvision==0.15.1+cu116 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117

pip install transformers soundfile
pip install .

你可能感兴趣的:(python,人工智能,开发语言)