From bb7b208895dd72703dc6e489f15c3198c7251f62 Mon Sep 17 00:00:00 2001 From: Rex Cheng Date: Wed, 11 Dec 2024 01:18:42 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a27c93a..fa6a18c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ We have only tested this on Ubuntu. We recommend using a [miniforge](https://github.com/conda-forge/miniforge) environment. - Python 3.8+ -- PyTorch **2.5.1+** and corresponding torchvision/torchaudio (pick your CUDA version https://pytorch.org/) +- PyTorch **2.5.1+** and corresponding torchvision/torchaudio (pick your CUDA version https://pytorch.org/, pip install recommended) - ffmpeg<7 ([this is required by torchaudio](https://pytorch.org/audio/master/installation.html#optional-dependencies), you can install it in a miniforge environment with `conda install -c conda-forge 'ffmpeg<7'`) **Clone our repository:**