From a7acfa4893956da3138465b8de58fa6165ea070f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 17 Mar 2023 22:57:46 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b6faa7..364231ff 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ conda activate textgen | Linux | AMD | `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2` | | MacOS + MPS (untested) | Any | `conda install pytorch torchvision torchaudio -c pytorch` | -The up to date commands can be found here: https://pytorch.org/get-started/locally/ +The up to date commands can be found here: https://pytorch.org/get-started/locally/. + +MacOS users, refer to the comments here: https://github.com/oobabooga/text-generation-webui/pull/393 #### 3. Install the web UI