Skip to content

Commit d3d32a6

Browse files
committed
convert-hf : remove a semicolon because flake8 doesn't like it
It's a reflex from when programming in C/C++, I guess.
1 parent 58b515c commit d3d32a6

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
@@ -2485,7 +2485,7 @@ def main() -> None:
24852485
logger.info("Set model tokenizer")
24862486
model_instance.set_vocab()
24872487

2488-
model_instance.gguf_writer.add_quantization_version(gguf.GGML_QUANT_VERSION);
2488+
model_instance.gguf_writer.add_quantization_version(gguf.GGML_QUANT_VERSION)
24892489

24902490
if args.vocab_only:
24912491
logger.info(f"Exporting model vocab to '{fname_out}'")

0 commit comments

Comments
 (0)