From ee20e240ce65bd8dce8284d328623e92b4237ce2 Mon Sep 17 00:00:00 2001 From: "Derek J. Hunt" Date: Mon, 25 Mar 2024 07:38:26 -0400 Subject: [PATCH] Update README.md Fixed typo in environment for tensorboard. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d4c1b..72f8335 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pip install torch==2.0.1 # this assumes your system is compatible with CUDA 11.7 apt-get install ffmpeg # if you don't already have ffmpeg installed pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft apt-get install espeak-ng # backend for the phonemizer installed below -pip install tensorboard=2.16.2 +pip install tensorboard==2.16.2 pip install phonemizer==3.2.1 pip install torchaudio==2.0.2 pip install datasets==2.16.0