Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion cookbooks/cosmos3/generator/audiovisual/run_with_sglang.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,19 @@
" --cfg-parallel-size 2\n",
"```\n",
"\n",
"For Cosmos3, set CFG strength with the request-level `guidance_scale` field. Do not use `true_cfg_scale` for CFG Parallel with these Cosmos3 examples.\n"
"For Cosmos3, set CFG strength with the request-level `guidance_scale` field. Do not use `true_cfg_scale` for CFG Parallel with these Cosmos3 examples.\n",
"\n",
"### FP8\n",
"\n",
"FP8 checkpoint is located in `fp8` branch for Cosmos3 Nano, Super, Super-Text2Image, Super-Image2Video, Super-Text2Image-4Step, and Super-Image2Video-4Step.\n",
"\n",
"```bash\n",
"hf download nvidia/Cosmos3-Super-Text2Image-4Step \\\n",
" --revision fp8 \\\n",
" --local-dir /models/Cosmos3-Super-Text2Image-4Step\n",
"\n",
"sglang serve --model-path /models/Cosmos3-Super-Text2Image-4Step\n",
"```"
]
},
{
Expand Down