From f1d96b0bf0a367453997240ce371f07aebb43242 Mon Sep 17 00:00:00 2001 From: Li Jinliang <975761915@qq.com> Date: Wed, 10 Dec 2025 22:43:33 +0800 Subject: [PATCH] Tiny typo in multimodal_gen/README.md --- python/sglang/multimodal_gen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/multimodal_gen/README.md b/python/sglang/multimodal_gen/README.md index 3632516638ff..4ef9dd0bc8b6 100644 --- a/python/sglang/multimodal_gen/README.md +++ b/python/sglang/multimodal_gen/README.md @@ -70,6 +70,6 @@ All contributions are welcome. The contribution guide is available [here](https: We learnt and reused code from the following projects: -- [FastVideo](https://github.com/hao-ai-lab/FastVideo.git). The major components of this repo are based on a fork of FastVide on Sept. 24, 2025. +- [FastVideo](https://github.com/hao-ai-lab/FastVideo.git). The major components of this repo are based on a fork of FastVideo on Sept. 24, 2025. - [xDiT](https://github.com/xdit-project/xDiT). We used the parallelism library from it. - [diffusers](https://github.com/huggingface/diffusers) We used the pipeline design from it.