From dd703be2cdd34d130c01fe0faa3405580cf4246c Mon Sep 17 00:00:00 2001 From: Limingrui0 <65227354+Limingrui0@users.noreply.github.com> Date: Tue, 19 Jul 2022 21:31:51 +0800 Subject: [PATCH] Update Readme Doc Add environmental requirement notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac64514..01974e4 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ > If you get an `ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2 )` This error is probably due to a low version of python, try using 3.9 and it will install successfully * Install [ffmpeg](https://ffmpeg.org/download.html#get-packages). * Run `pip install -r requirements.txt` to install the remaining necessary packages. +> The recommended environment here is `Repo Tag 0.0.1` `Pytorch1.9.0 with Torchvision0.10.0 and cudatoolkit10.2` `requirements.txt` `webrtcvad-wheels` because `requiremants. txt` was exported a few months ago, so it doesn't work with newer versions * Install webrtcvad `pip install webrtcvad-wheels`(If you need) > Note that we are using the pretrained encoder/vocoder but synthesizer since the original model is incompatible with the Chinese symbols. It means the demo_cli is not working at this moment. ### 2. Prepare your models