[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

@@ -163,7 +163,7 @@ def maybe_convert_int(value: str | None) -> int | None:
environment_variables: dict[str, Callable[[], Any]] = {
# ================== Installation Time Env Vars ==================
# Target device of sgl-diffusion, supporting [cuda (by default),
# Target device of sglang-diffusion, supporting [cuda (by default),
# rocm, neuron, cpu, openvino]
"SGLANG_DIFFUSION_TARGET_DEVICE": lambda: os.getenv(
"SGLANG_DIFFUSION_TARGET_DEVICE", "cuda"