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

Method close

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

Source from the content-addressed store, hash-verified

1208 self.gguf.write_tensor_data(ndarray)
1209
1210 def close(self) -> None:
1211 self.gguf.close()
1212
1213 @staticmethod
1214 def write_vocab_only(

Callers 7

write_vocab_onlyMethod · 0.95
write_allMethod · 0.95
create_quick_datasetMethod · 0.45
writeMethod · 0.45
write_vocabMethod · 0.45
writeMethod · 0.45
write_vocabMethod · 0.45

Calls

no outgoing calls

Tested by 1

create_quick_datasetMethod · 0.36