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 <zky314343421@gmail.com>
This commit is contained in:
JINO ROHIT
2026-05-18 15:48:59 +08:00
committed by GitHub
co-authored by gemini-code-assist[bot] Kangyan-Zhou
parent 7adb37bb52
commit 54eb2904a4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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).
<Note>
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
+1 -1
View File
@@ -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