appease linter

This commit is contained in:
Christian Zhou-Zheng 2024-06-09 13:09:05 -04:00
parent 5a96b8f27f
commit f7ecd99691

View file

@ -86,7 +86,8 @@ class GGUFWriter:
def __init__(
self, path: os.PathLike[str] | str | None, arch: str, use_temp_file: bool = False, endianess: GGUFEndian = GGUFEndian.LITTLE,
split_max_tensors: int = 0, split_max_size: int = 0, dry_run: bool = False, small_first_shard: bool = False):
split_max_tensors: int = 0, split_max_size: int = 0, dry_run: bool = False, small_first_shard: bool = False
):
self.fout = []
self.path = path
self.arch = arch