MCPcopy Index your code
hub / github.com/microsoft/BitNet / write_tensor_info

Method write_tensor_info

utils/convert.py:1175–1176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1173 self.gguf.write_kv_data_to_file()
1174
1175 def write_tensor_info(self) -> None:
1176 self.gguf.write_ti_data_to_file()
1177
1178 def write_tensor_data(self, ftype: GGMLFileType, model: LazyModel, concurrency: int) -> None:
1179 ndarrays_inner = bounded_parallel_map(OutputFile.do_item, model.items(), concurrency=concurrency)

Callers 1

write_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected