remove commented out code
This commit is contained in:
parent
d09772a6d0
commit
9de3e6c7c3
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue