Update amd gpu install docs. (#11849)

This commit is contained in:
Sai Enduri
2025-10-20 00:03:26 -07:00
committed by GitHub
parent d383e6616e
commit e53bf44243

View File

@@ -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]"
```