MickJ commited on
Commit
63e165c
·
1 Parent(s): 1ea4ae8

Use SGLang main branch for Cosmos3 install

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -994,10 +994,10 @@ Cosmos3 outputs should not be treated as physically accurate simulation, reliabl
994
 
995
  ### SGLang
996
 
997
- SGLang-Diffusion can serve `nvidia/Cosmos3-Super` through OpenAI-compatible image and video endpoints. Install SGLang from source with diffusion dependencies, then start the server:
998
 
999
  ```bash
1000
- git clone https://github.com/sgl-project/sglang.git
1001
  cd sglang
1002
  pip install -e "python[diffusion]"
1003
  pip install "cosmos-guardrail==0.3.1"
@@ -1007,6 +1007,8 @@ sglang serve \
1007
  --num-gpus 4
1008
  ```
1009
 
 
 
1010
  For the video-specialized checkpoint:
1011
 
1012
  ```bash
 
994
 
995
  ### SGLang
996
 
997
+ 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:
998
 
999
  ```bash
1000
+ git clone --branch main https://github.com/sgl-project/sglang.git
1001
  cd sglang
1002
  pip install -e "python[diffusion]"
1003
  pip install "cosmos-guardrail==0.3.1"
 
1007
  --num-gpus 4
1008
  ```
1009
 
1010
+ Cosmos 3 support in SGLang Diffusion currently requires the SGLang main branch. Switch to a stable SGLang release once Cosmos 3 support is included there.
1011
+
1012
  For the video-specialized checkpoint:
1013
 
1014
  ```bash