From 00187d641a154baaa470ec18a9d9eb8485963ffe Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:10:38 -0300 Subject: [PATCH] Note about pytorch 2.1 breaking change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36acb2cf..919779dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **Breaking change: WebUI now uses PyTorch 2.1.** * For one-click installer users: If you encounter problems after updating, rerun the update script. If issues persist, delete the `installer_files` folder and use the start script to reinstall requirements. -* For manual installations, update PyTorch with the [provided command](https://github.com/oobabooga/text-generation-webui/edit/main/README.md#2-install-pytorch). +* For manual installations, update PyTorch with the [provided command](https://github.com/oobabooga/text-generation-webui/#2-install-pytorch). # Text generation web UI