File size: 220 Bytes
c39db41 |
1 2 3 4 5 6 7 8 9 10 |
@echo off
python -m venv venv
call venv/scripts/activate
pip install -r .\requirements.txt
pip install torch==2.1.1+cu118 torchaudio==2.1.1+cu118 --index-url https://download.pytorch.org/whl/cu118
python xtts_demo.py |