From 34bd0242670e5d5263f6f1f2e7284bafddf65381 Mon Sep 17 00:00:00 2001 From: Francis Couture-Harpin Date: Tue, 2 Sep 2025 15:27:34 -0400 Subject: [PATCH] gguf-py : fix flake8 lint --- gguf-py/gguf/utility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gguf-py/gguf/utility.py b/gguf-py/gguf/utility.py index 80563238f0..90bd4d48b7 100644 --- a/gguf-py/gguf/utility.py +++ b/gguf-py/gguf/utility.py @@ -303,6 +303,7 @@ def best_alignment_offset(ranges: tuple[LocalTensorRange, ...], alignment: int): best_offset = offset return best_offset + # (assuming this is only called where os.copy_file_range is present) # # Copy tensor ranges using os.copy_file_range with aligned offsets and sizes