MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / close

Method close

convert-dense.py:884–885  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

882 self.gguf.write_ti_data_to_file()
883
884 def close(self) -> None:
885 self.gguf.close()
886
887 @staticmethod
888 def write_vocab_only(fname_out: Path, params: Params, vocab: Vocab, svocab: gguf.SpecialVocab, endianess:gguf.GGUFEndian=gguf.GGUFEndian.LITTLE) -> None:

Callers 2

write_vocab_onlyMethod · 0.95
write_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected