Improve: fix typos (#3801)

Co-authored-by: Chayenne <zhaochen20@outlook.com>
This commit is contained in:
Wang Ran (汪然)
2025-02-25 08:51:23 +08:00
committed by GitHub
parent d7934cde45
commit 60b771c815
3 changed files with 5 additions and 5 deletions

View File

@@ -1832,7 +1832,7 @@ def run_scheduler_process(
if dp_rank is None and "SGLANG_DP_RANK" in os.environ:
dp_rank = int(os.environ["SGLANG_DP_RANK"])
# Configue the logger
# Configure the logger
if dp_rank is None:
configure_logger(server_args, prefix=f" TP{tp_rank}")
else: