From 9de3e6c7c3a1665d671952695fbdbfb242f07a9c Mon Sep 17 00:00:00 2001 From: cebtenzzre Date: Tue, 31 Oct 2023 14:31:51 -0400 Subject: [PATCH] remove commented out code --- gguf-py/gguf/gguf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gguf-py/gguf/gguf.py b/gguf-py/gguf/gguf.py index 152b0a0e3..8865b691d 100644 --- a/gguf-py/gguf/gguf.py +++ b/gguf-py/gguf/gguf.py @@ -696,7 +696,6 @@ class GGUFWriter: self.fout.write(struct.pack(f"{self.pack_prefix}Q", self.ti_data_count)) self.fout.write(struct.pack(f"{self.pack_prefix}Q", self.kv_data_count)) self.flush() - #print("tensors " + str(self.ti_data_count) + " kv " + str(self.kv_data_count)) self.state = WriterState.HEADER def write_kv_data_to_file(self):