Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mortimerme
/
sovits
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d4d8960
sovits
/
install.sh
jameson512
up
fec582c
over 2 years ago
raw
Copy download link
history
blame
243 Bytes
#!/bin/bash
conda install -c conda-forge gcc
conda install -c conda-forge gxx
conda install ffmpeg cmake
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt