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