[Doc]: fix typos in various files (#24726)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-12 15:43:12 +02:00
committed by GitHub
parent 0377802c20
commit bcb06d7baf
11 changed files with 11 additions and 11 deletions

View File

@@ -324,7 +324,7 @@ class MambaMixer2(MambaBase, CustomOp):
# - the weight already has a "weight_loader" attribute
# which set_weight_attrs will raise if we do not
# delete before trying to override it
# - ditto for the otther two weights below
# - ditto for the other two weights below
delattr(self.conv1d.bias, "weight_loader")
set_weight_attrs(
self.conv1d.bias,