[diffusion]: align sglang diffusion AMD pyproject_other.toml diffusion dependency with pyproject.toml (#16225)

Co-authored-by: roywang <roywang@amd.com>
This commit is contained in:
RoyWang
2026-01-29 01:50:57 -08:00
committed by GitHub
co-authored by roywang
parent ef1c512754
commit 30adf78f82
4 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ python setup_rocm.py install
# Install sglang python package along with diffusion support
cd ..
rm -rf python/pyproject.toml && mv python/pyproject_other.toml python/pyproject.toml
pip install -e "python[all_hip,diffusion_hip]"
pip install -e "python[all_hip]"
```
### Install Using Docker (Recommended)