Skip to content

Commit 973fd62

Browse files
GalunidCISC
andauthored
Apply CISC suggestion
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 02fe159 commit 973fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ def set_type(self):
14981498
self.gguf_writer.add_type(gguf.GGUFType.MMPROJ)
14991499

15001500
def prepare_metadata(self, vocab_only: bool):
1501-
super().prepare_metadata(vocab_only)
1501+
super().prepare_metadata(vocab_only=vocab_only)
15021502

15031503
output_type: str = self.ftype.name.partition("_")[2]
15041504

0 commit comments

Comments
 (0)