From 83e35a7c298028316f6636edc2678f13b47361e2 Mon Sep 17 00:00:00 2001 From: Li Jinliang <975761915@qq.com> Date: Thu, 11 Dec 2025 00:27:25 +0800 Subject: [PATCH] [diffusion] doc: fix tiny typo in multimodal_gen/README.md (#14830) --- 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 363251663..4ef9dd0bc 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.