MickJ commited on
Commit
b5f2fbe
·
1 Parent(s): cfa6ad7

Add SGLang tags

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,6 +10,8 @@ tags:
10
  - cosmos3
11
  - vllm
12
  - vllm-omni
 
 
13
  - diffusers
14
  - text, image, video, audio, and action generation
15
  - omnimodel
@@ -978,7 +980,7 @@ curl -sS -L "http://localhost:8000/v1/videos/${job_id}/content" \
978
  -o cosmos3_t2v_output.mp4
979
  ```
980
 
981
- SGLang accepts the Cosmos 3 request knobs used by vLLM-Omni examples, 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
  ## Inference
984
 
 
10
  - cosmos3
11
  - vllm
12
  - vllm-omni
13
+ - sglang
14
+ - sglang-diffusion
15
  - diffusers
16
  - text, image, video, audio, and action generation
17
  - omnimodel
 
980
  -o cosmos3_t2v_output.mp4
981
  ```
982
 
983
+ 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.
984
 
985
  ## Inference
986