Fix accidental print

This commit is contained in:
Galunid 2024-05-29 22:40:29 +02:00
parent 95a5896870
commit 62820eea95

View file

@ -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: