From 6aaea09b3d7e2e03c76e65295a2a665eaf610707 Mon Sep 17 00:00:00 2001 From: Hao Jin Date: Sat, 31 Jan 2026 13:20:41 -0800 Subject: [PATCH] Update python/sglang/README.md (#18045) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- python/sglang/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/README.md b/python/sglang/README.md index 4d9cf8c2d..de0a7189f 100644 --- a/python/sglang/README.md +++ b/python/sglang/README.md @@ -2,6 +2,7 @@ - `eval`: The evaluation utilities. - `lang`: The frontend language. +- `multimodal_gen`: Inference framework for accelerated image/video generation. - `srt`: The backend engine for running local models. (SRT = SGLang Runtime). - `test`: The test utilities. - `api.py`: The public APIs.