From e53bf44243c0695fe1d0014d7debc84e29b7d2c7 Mon Sep 17 00:00:00 2001 From: Sai Enduri Date: Mon, 20 Oct 2025 00:03:26 -0700 Subject: [PATCH] Update amd gpu install docs. (#11849) --- docs/platforms/amd_gpu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/platforms/amd_gpu.md b/docs/platforms/amd_gpu.md index 864b14d98..a23f7938c 100644 --- a/docs/platforms/amd_gpu.md +++ b/docs/platforms/amd_gpu.md @@ -54,6 +54,7 @@ python setup_rocm.py install # Install sglang python package cd .. +rm -rf python/pyproject.toml && mv python/pyproject_other.toml python/pyproject.toml pip install -e "python[all_hip]" ```