From 54eb2904a46e430e85fca8365b9142292a21c021 Mon Sep 17 00:00:00 2001 From: JINO ROHIT Date: Mon, 18 May 2026 13:18:59 +0530 Subject: [PATCH] minor: docs include mac installation (#25178) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Kangyan-Zhou --- docs_new/docs/get-started/install.mdx | 4 ++-- docs_new/docs/hardware-platforms/amd_gpu.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_new/docs/get-started/install.mdx b/docs_new/docs/get-started/install.mdx index a7231d153..8543e840f 100644 --- a/docs_new/docs/get-started/install.mdx +++ b/docs_new/docs/get-started/install.mdx @@ -9,7 +9,7 @@ keywords: --- You can install SGLang using one of the methods below. This page primarily applies to common NVIDIA GPU platforms. -For other or newer platforms, please refer to the dedicated pages for [AMD GPUs](../hardware-platforms/amd_gpu), [Intel Xeon CPUs](../hardware-platforms/cpu_server), [Google TPU](../hardware-platforms/tpu), [NVIDIA DGX Spark](https://lmsys.org/blog/2025-11-03-gpt-oss-on-nvidia-dgx-spark/), [NVIDIA Jetson](../hardware-platforms/nvidia_jetson), [Ascend NPUs](../hardware-platforms/ascend-npus/ascend_npu), and [Intel XPU](../hardware-platforms/xpu). +For other or newer platforms, please refer to the dedicated pages for [AMD GPUs](../hardware-platforms/amd_gpu), [Apple Metal](../hardware-platforms/apple_metal), [Intel Xeon CPUs](../hardware-platforms/cpu_server), [Google TPU](../hardware-platforms/tpu), [NVIDIA DGX Spark](https://lmsys.org/blog/2025-11-03-gpt-oss-on-nvidia-dgx-spark/), [NVIDIA Jetson](../hardware-platforms/nvidia_jetson), [Ascend NPUs](../hardware-platforms/ascend-npus/ascend_npu), and [Intel XPU](../hardware-platforms/xpu). Prerequisites: Python 3.10 or higher. @@ -34,7 +34,7 @@ uv pip install sglang ```bash Command # Use the last release branch -git clone -b v0.5.9 https://github.com/sgl-project/sglang.git +git clone -b v0.5.12 https://github.com/sgl-project/sglang.git cd sglang # Install the python packages diff --git a/docs_new/docs/hardware-platforms/amd_gpu.mdx b/docs_new/docs/hardware-platforms/amd_gpu.mdx index 4bc551d86..a88afa12b 100644 --- a/docs_new/docs/hardware-platforms/amd_gpu.mdx +++ b/docs_new/docs/hardware-platforms/amd_gpu.mdx @@ -45,7 +45,7 @@ You can install SGLang using one of the methods below. ```bash Command # Use the last release branch -git clone -b v0.5.9 https://github.com/sgl-project/sglang.git +git clone -b v0.5.12 https://github.com/sgl-project/sglang.git cd sglang # Compile sgl-kernel