convert-hf : remove a semicolon because flake8 doesn't like it
It's a reflex from when programming in C/C++, I guess.
This commit is contained in:
parent
58b515cad6
commit
d3d32a6308
1 changed files with 1 additions and 1 deletions
|
@ -2485,7 +2485,7 @@ def main() -> None:
|
||||||
logger.info("Set model tokenizer")
|
logger.info("Set model tokenizer")
|
||||||
model_instance.set_vocab()
|
model_instance.set_vocab()
|
||||||
|
|
||||||
model_instance.gguf_writer.add_quantization_version(gguf.GGML_QUANT_VERSION);
|
model_instance.gguf_writer.add_quantization_version(gguf.GGML_QUANT_VERSION)
|
||||||
|
|
||||||
if args.vocab_only:
|
if args.vocab_only:
|
||||||
logger.info(f"Exporting model vocab to '{fname_out}'")
|
logger.info(f"Exporting model vocab to '{fname_out}'")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue