majchrow commited on
Commit
95a3835
·
verified ·
1 Parent(s): f8c9a1e

Keep the SGLang support reference out of the model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -522,7 +522,7 @@ sglang serve \
522
  --num-gpus 4
523
  ```
524
 
525
- Support for this checkpoint is added in [sgl-project/sglang#31590](https://github.com/sgl-project/sglang/pull/31590) and currently requires the SGLang main branch. Switch to a stable SGLang release once it is included there.
526
 
527
  The 64B transformer is roughly 128 GB in BF16. Sequence and classifier-free-guidance parallelism divide activations rather than weights, so every GPU still holds a full copy of the model. On devices with less memory, such as H100-class GPUs, shard the weights across GPUs with `--use-fsdp-inference`, or stream them layer by layer with `--dit-layerwise-offload`:
528
 
 
522
  --num-gpus 4
523
  ```
524
 
525
+ 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.
526
 
527
  The 64B transformer is roughly 128 GB in BF16. Sequence and classifier-free-guidance parallelism divide activations rather than weights, so every GPU still holds a full copy of the model. On devices with less memory, such as H100-class GPUs, shard the weights across GPUs with `--use-fsdp-inference`, or stream them layer by layer with `--dit-layerwise-offload`:
528