[Doc]: fixing doc typos (#24635)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-11 08:19:28 +02:00
committed by GitHub
parent 41329a0ff9
commit e2b1f863aa
9 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ class ConformerEncoderLayer(nn.Module):
activation function for glu used in the multihead attention,
default "swish".
activation_checkpointing: str, optional
a dictionarry of {"module","interval","offload"}, where
a dictionary of {"module","interval","offload"}, where
"module": str
accept ["transformer", "attention"] to select
which module should do activation checkpointing.