From cfbcff64ec080094537e9397fc095e1b2136a207 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 7 Apr 2023 05:34:10 +0800 Subject: [PATCH] Update README.md --- deployment/skypilot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/skypilot/README.md b/deployment/skypilot/README.md index d42e039..217c1e3 100644 --- a/deployment/skypilot/README.md +++ b/deployment/skypilot/README.md @@ -26,10 +26,10 @@ 4. Open another terminal and run: ```bash - ssh -L 8501:localhost:8501 -L 5000:localhost:5000 -L 8080:localhost:8080 tabby + ssh -L 5000:localhost:5000 tabby ``` -5. Open http://localhost:8501 in your browser and start coding! +5. Open http://localhost:5000 in your browser and start coding! ![tabby admin server](https://user-images.githubusercontent.com/388154/227792390-ec19e9b9-ebbb-4a94-99ca-8a142ffb5e46.png) ## Cleaning up