mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
gguf-py : fix flake8 lint
This commit is contained in:
@@ -303,6 +303,7 @@ def best_alignment_offset(ranges: tuple[LocalTensorRange, ...], alignment: int):
|
|||||||
best_offset = offset
|
best_offset = offset
|
||||||
return best_offset
|
return best_offset
|
||||||
|
|
||||||
|
|
||||||
# (assuming this is only called where os.copy_file_range is present)
|
# (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
|
# Copy tensor ranges using os.copy_file_range with aligned offsets and sizes
|
||||||
|
|||||||
Reference in New Issue
Block a user