remove commented out code

This commit is contained in:
cebtenzzre 2023-10-31 14:31:51 -04:00
parent d09772a6d0
commit 9de3e6c7c3

View file

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