[misc] fix typos in some files (#9505)

Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
Edge-Seven 2025-11-18 19:36:01 +07:00 committed by GitHub
parent 45f0437a14
commit 9779b1f361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ logger = logging.get_logger(__name__)
def get_seqlens_in_batch(attention_mask: "torch.Tensor") -> "torch.Tensor":
r"""Get the sequnce lengths in the current batch.
r"""Get the sequence lengths in the current batch.
e.g.
```python