appease linter
This commit is contained in:
parent
5a96b8f27f
commit
f7ecd99691
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue