MickJ commited on
Commit
5d5da90
·
1 Parent(s): 325a922

Fix SGLang documentation links

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -169,7 +169,7 @@ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated sys
169
  - [PyTorch](https://github.com/nvidia/cosmos3)
170
  - [vLLM-Omni](https://github.com/vllm-project/vllm-omni)
171
  - [Hugging Face Diffusers](https://huggingface.co/docs/diffusers/en/index)
172
- - [SGLang](https://sgl-project.github.io/)
173
 
174
  **Supported Hardware Microarchitecture Compatibility:**
175
 
@@ -921,7 +921,7 @@ Example output:
921
 
922
  ### SGLang
923
 
924
- [SGLang Diffusion](https://sgl-project.github.io/diffusion) can serve `nvidia/Cosmos3-Nano` through OpenAI-compatible image and video generation endpoints. Install SGLang from the main branch with diffusion dependencies, then start a server:
925
 
926
  ```shell
927
  git clone --branch main https://github.com/sgl-project/sglang.git
@@ -980,7 +980,7 @@ curl -sS -L "http://localhost:30000/v1/videos/${job_id}/content" \
980
 
981
  SGLang accepts Cosmos 3 request options including `max_sequence_length`, `flow_shift`, `extra_params.guardrails`, `extra_params.use_resolution_template`, and `extra_params.use_duration_template`. Video-to-video, video-with-sound, and action generation are not supported by SGLang yet.
982
 
983
- For complete serving instructions and request examples, see the [Cosmos3 SGLang cookbook](https://lmsysorg.mintlify.app/cookbook/diffusion/Cosmos/Cosmos3).
984
 
985
  ## Limitations
986
 
@@ -990,7 +990,7 @@ Cosmos3 outputs should not be treated as physically accurate simulation, reliabl
990
 
991
  ## Inference
992
 
993
- **Acceleration Engine:** [PyTorch](https://pytorch.org/), [vLLM](https://github.com/vllm-project/vllm), [vLLM-Omni](https://github.com/vllm-project/vllm-omni), [Hugging Face Diffusers](https://github.com/huggingface/diffusers), [SGLang](https://sgl-project.github.io/), [SGLang Diffusion](https://sgl-project.github.io/diffusion)
994
 
995
  **Test Hardware:** GB200 and H100
996
 
 
169
  - [PyTorch](https://github.com/nvidia/cosmos3)
170
  - [vLLM-Omni](https://github.com/vllm-project/vllm-omni)
171
  - [Hugging Face Diffusers](https://huggingface.co/docs/diffusers/en/index)
172
+ - [SGLang](https://github.com/sgl-project/sglang)
173
 
174
  **Supported Hardware Microarchitecture Compatibility:**
175
 
 
921
 
922
  ### SGLang
923
 
924
+ [SGLang Diffusion](https://docs.sglang.io/docs/sglang-diffusion/index) can serve `nvidia/Cosmos3-Nano` through OpenAI-compatible image and video generation endpoints. Install SGLang from the main branch with diffusion dependencies, then start a server:
925
 
926
  ```shell
927
  git clone --branch main https://github.com/sgl-project/sglang.git
 
980
 
981
  SGLang accepts Cosmos 3 request options including `max_sequence_length`, `flow_shift`, `extra_params.guardrails`, `extra_params.use_resolution_template`, and `extra_params.use_duration_template`. Video-to-video, video-with-sound, and action generation are not supported by SGLang yet.
982
 
983
+ For complete serving instructions and request examples, see the [Cosmos3 SGLang cookbook](https://docs.sglang.io/cookbook/diffusion/Cosmos/Cosmos3).
984
 
985
  ## Limitations
986
 
 
990
 
991
  ## Inference
992
 
993
+ **Acceleration Engine:** [PyTorch](https://pytorch.org/), [vLLM](https://github.com/vllm-project/vllm), [vLLM-Omni](https://github.com/vllm-project/vllm-omni), [Hugging Face Diffusers](https://github.com/huggingface/diffusers), [SGLang](https://github.com/sgl-project/sglang), [SGLang Diffusion](https://docs.sglang.io/docs/sglang-diffusion/index)
994
 
995
  **Test Hardware:** GB200 and H100
996