From 9779b1f361156bc361aea32382d94f68dd92d028 Mon Sep 17 00:00:00 2001 From: Edge-Seven <143301646+Edge-Seven@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:36:01 +0700 Subject: [PATCH] [misc] fix typos in some files (#9505) Co-authored-by: khanhkhanhlele --- src/llamafactory/model/model_utils/packing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llamafactory/model/model_utils/packing.py b/src/llamafactory/model/model_utils/packing.py index ed0d6c41..66409f38 100644 --- a/src/llamafactory/model/model_utils/packing.py +++ b/src/llamafactory/model/model_utils/packing.py @@ -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