kediwu0331 commited on
Commit
2a57944
·
1 Parent(s): bc962f1

consolidate sglang serve section

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -926,7 +926,7 @@ Example output:
926
 
927
  ### SGLang
928
 
929
- SGLang-Diffusion can serve `nvidia/Cosmos3-Super` through OpenAI-compatible image and video endpoints. Install SGLang from the main branch with diffusion dependencies, then start the server:
930
 
931
  ```bash
932
  git clone --branch main https://github.com/sgl-project/sglang.git
@@ -987,8 +987,6 @@ curl -sS -L "http://localhost:30000/v1/videos/${job_id}/content" \
987
 
988
  Video-to-video, video-with-sound, and action generation are not supported by SGLang yet.
989
 
990
- [SGLang Diffusion](https://sgl-project.github.io/diffusion) can serve `nvidia/Cosmos3-Super` through OpenAI-compatible image and video generation endpoints.
991
-
992
  For complete serving instructions and request examples, see the [Cosmos3 SGLang cookbook](https://lmsysorg.mintlify.app/cookbook/diffusion/Cosmos/Cosmos3).
993
 
994
  ## Limitations
 
926
 
927
  ### SGLang
928
 
929
+ [SGLang Diffusion](https://sgl-project.github.io/diffusion) can serve `nvidia/Cosmos3-Super` through OpenAI-compatible image and video generation endpoints. Install SGLang from the main branch with diffusion dependencies, then start the server:
930
 
931
  ```bash
932
  git clone --branch main https://github.com/sgl-project/sglang.git
 
987
 
988
  Video-to-video, video-with-sound, and action generation are not supported by SGLang yet.
989
 
 
 
990
  For complete serving instructions and request examples, see the [Cosmos3 SGLang cookbook](https://lmsysorg.mintlify.app/cookbook/diffusion/Cosmos/Cosmos3).
991
 
992
  ## Limitations