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

Signed-off-by: SoluMilken <ypiheyn.imm02g@g2.nctu.edu.tw>
This commit is contained in:
SoluMilken
2026-03-10 01:00:12 +08:00
committed by GitHub
parent 580864d81e
commit 55d27cca55
2 changed files with 2 additions and 2 deletions

View File

@@ -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