From f348297c2909b398a42a347ffc0b9f07049da7b1 Mon Sep 17 00:00:00 2001 From: n8bot <22458343+n8bot@users.noreply.github.com> Date: Tue, 20 Jun 2023 23:14:59 -0700 Subject: [PATCH] Add command to downgrade transformers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fef8e8..9dd1d5e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ This will: 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 git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts python setup.py install