mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-01-29 11:54:40 +01:00
Merge 85004c8c87 into b7b064262f
This commit is contained in:
commit
68e7a07ff9
|
|
@ -28,7 +28,7 @@ SHELL ["/bin/bash", "--login", "-c"]
|
|||
|
||||
RUN conda create --name tortoise python=3.9 numba inflect \
|
||||
&& conda activate tortoise \
|
||||
&& conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia \
|
||||
&& conda install transformers=4.29.2 \
|
||||
&& conda install -y pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia \
|
||||
&& conda install -y transformers=4.29.2 \
|
||||
&& cd /app \
|
||||
&& python setup.py install
|
||||
|
|
|
|||
Loading…
Reference in a new issue