MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / write_tensor_info

Method write_tensor_info

tokenizer/convert/convert.py:1077–1078  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1075 self.gguf.write_kv_data_to_file()
1076
1077 def write_tensor_info(self) -> None:
1078 self.gguf.write_ti_data_to_file()
1079
1080 def close(self) -> None:
1081 self.gguf.close()

Callers 1

write_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected