Improve: fix typos (#3801)
Co-authored-by: Chayenne <zhaochen20@outlook.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user