[diffusion] doc: minor update docs (#13177)

This commit is contained in:
Mick
2025-11-21 14:35:29 +08:00
committed by GitHub
parent 8c212a2029
commit eda2f70033
23 changed files with 38 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# Inspired by SGLang: https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/server_args.py
"""The arguments of sgl-diffusion Inference."""
"""The arguments of sglang-diffusion Inference."""
import argparse
import dataclasses
import inspect
@@ -393,7 +393,7 @@ class ServerArgs:
type=str,
choices=ExecutionMode.choices(),
default=ServerArgs.mode.value,
help="The mode to run sgl-diffusion",
help="The mode to run SGLang-diffusion",
)
# Workload type