From ac1b74fa8548adf4f3b3a14b737702158c95c8d9 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Wed, 21 Aug 2024 16:05:33 -0700 Subject: [PATCH] [Docs] Fix rendering of details in README (#1179) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a26f5dc5a..c7d47d678 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ docker run --gpus all \ ### Method 4: Using docker compose
+ > This method is recommended if you plan to serve it as a service. > A better approach is to use the [k8s-sglang-service.yaml](./docker/k8s-sglang-service.yaml). @@ -92,6 +93,7 @@ docker run --gpus all \ ### Method 5: Run on Kubernetes or Clouds with SkyPilot
+ To deploy on Kubernetes or 12+ clouds, you can use [SkyPilot](https://github.com/skypilot-org/skypilot). 1. Install SkyPilot and set up Kubernetes cluster or cloud access: see [SkyPilot's documentation](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html).