fix multimodal gen issues (#12765)

Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
Yuhao Yang
2025-11-07 13:19:49 +08:00
committed by GitHub
co-authored by Mick
parent 3b1cc466c0
commit d8736c756a
6 changed files with 56 additions and 42 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ sgl-diffusion has the following features:
## Getting Started
```bash
uv pip install sglang[.diffusion] --prerelease=allow
uv pip install 'sglang[diffusion]' --prerelease=allow
```
For more information, check the [docs](https://github.com/sgl-project/sglang/tree/main/python/sglang/multimodal_gen/docs/install.md).