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