From f24f3de4c7340898ae085526dbb3dc2020e10bb4 Mon Sep 17 00:00:00 2001 From: Ju Hoon Park Date: Fri, 15 Dec 2023 10:34:45 +0900 Subject: [PATCH] Edit installation (PyTorch 2.0.0 -> 2.1.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `requiremetns.txt`[#352] and the code shell in the installation guide[#367] teach us audiocraft requires PyTorch 2.1.0, so I modified the guide a little (2.0.0 -> 2.1.0) Thank you for your hard work and dedication for sharing and developing interesting project.🙇‍♂️🙇‍♂️ Hope you stay healty and have a Happy Christmas season --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c96c12f..bb2e41f2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ for two state-of-the-art AI generative models producing high-quality audio: Audi ## Installation -AudioCraft requires Python 3.9, PyTorch 2.0.0. To install AudioCraft, you can run the following: +AudioCraft requires Python 3.9, PyTorch 2.1.0. To install AudioCraft, you can run the following: ```shell # Best to make sure you have torch installed first, in particular before installing xformers.