From 62820eea958db517d63c54cf6b371b98341a968d Mon Sep 17 00:00:00 2001 From: Galunid Date: Wed, 29 May 2024 22:40:29 +0200 Subject: [PATCH] Fix accidental print --- gguf-py/scripts/gguf-new-metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gguf-py/scripts/gguf-new-metadata.py b/gguf-py/scripts/gguf-new-metadata.py index 8fd88e2ac..21e91180c 100755 --- a/gguf-py/scripts/gguf-new-metadata.py +++ b/gguf-py/scripts/gguf-new-metadata.py @@ -174,7 +174,6 @@ def main() -> None: new_metadata[gguf.Keys.Tokenizer.CHAT_TEMPLATE] = MetadataDetails(gguf.GGUFValueType.STRING, template) if args.pre_tokenizer: - print(args.pre_tokenizer) new_metadata[gguf.Keys.Tokenizer.PRE] = MetadataDetails(gguf.GGUFValueType.STRING, args.pre_tokenizer) if remove_metadata: