MCPcopy Create free account
hub / github.com/microsoft/BitNet / write_tensor_info

Method write_tensor_info

utils/convert-ms-to-gguf-bitnet.py:1244–1245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1242 self.gguf.write_kv_data_to_file()
1243
1244 def write_tensor_info(self) -> None:
1245 self.gguf.write_ti_data_to_file()
1246
1247 def write_tensor_data(self, ftype: GGMLFileType, model: LazyModel, concurrency: int) -> None:
1248 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