diff --git a/vllm/engine/arg_utils.py b/vllm/engine/arg_utils.py index c31e17299..700713e32 100644 --- a/vllm/engine/arg_utils.py +++ b/vllm/engine/arg_utils.py @@ -2204,7 +2204,7 @@ class AsyncEngineArgs(EngineArgs): "--enable-log-requests", action=argparse.BooleanOptionalAction, default=AsyncEngineArgs.enable_log_requests, - help="Enable logging request information, dependant on log level:\n" + help="Enable logging request information, dependent on log level:\n" "- INFO: Request ID, parameters and LoRA request.\n" "- DEBUG: Prompt inputs (e.g: text, token IDs).\n" "You can set the minimum log level via `VLLM_LOGGING_LEVEL`.", diff --git a/vllm/model_executor/models/qwen3_next.py b/vllm/model_executor/models/qwen3_next.py index 9eba97c26..4c4ff0ccf 100644 --- a/vllm/model_executor/models/qwen3_next.py +++ b/vllm/model_executor/models/qwen3_next.py @@ -441,7 +441,7 @@ class Qwen3NextGatedDeltaNet(nn.Module, MambaBase): }, ) - # selective projection used to make dt, B and C input dependant + # selective projection used to make dt, B and C input dependent # time step projection (discretization) # instantiate once and copy inv_dt in init_weights of PretrainedModel