"vscode:/vscode.git/clone" did not exist on "789562c28c143201a1d2ca35f7adcdf54ef832e5"
Unverified Commit 55d27cca authored by SoluMilken's avatar SoluMilken Committed by GitHub
Browse files

[Misc] fix typo: dependant -> dependent (2 lines change) (#36511)


Signed-off-by: default avatarSoluMilken <ypiheyn.imm02g@g2.nctu.edu.tw>
parent 580864d8
...@@ -2204,7 +2204,7 @@ class AsyncEngineArgs(EngineArgs): ...@@ -2204,7 +2204,7 @@ class AsyncEngineArgs(EngineArgs):
"--enable-log-requests", "--enable-log-requests",
action=argparse.BooleanOptionalAction, action=argparse.BooleanOptionalAction,
default=AsyncEngineArgs.enable_log_requests, 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" "- INFO: Request ID, parameters and LoRA request.\n"
"- DEBUG: Prompt inputs (e.g: text, token IDs).\n" "- DEBUG: Prompt inputs (e.g: text, token IDs).\n"
"You can set the minimum log level via `VLLM_LOGGING_LEVEL`.", "You can set the minimum log level via `VLLM_LOGGING_LEVEL`.",
......
...@@ -441,7 +441,7 @@ class Qwen3NextGatedDeltaNet(nn.Module, MambaBase): ...@@ -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) # time step projection (discretization)
# instantiate once and copy inv_dt in init_weights of PretrainedModel # instantiate once and copy inv_dt in init_weights of PretrainedModel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment