From 0f258774d34e756a654bc4d9ed49095cef1d1f67 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 5 Jul 2025 14:25:59 -0700 Subject: [PATCH] Minor README changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04449e1d..466e4edb 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,9 @@ python server.py Then browse to -`http://localhost:7860/?__theme=dark` +`http://127.0.0.1:7860` -##### Manual install +#### Manual install The `requirements*.txt` above contain various wheels precompiled through GitHub Actions. If you wish to compile things manually, or if you need to because no suitable wheels are available for your hardware, you can use `requirements_nowheels.txt` and then install your desired loaders manually.