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

Method close

convert.py:917–918  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

915 self.gguf.write_ti_data_to_file()
916
917 def close(self) -> None:
918 self.gguf.close()
919
920 @staticmethod
921 def write_vocab_only(fname_out: Path, params: Params, vocab: Vocab, svocab: gguf.SpecialVocab, endianess:gguf.GGUFEndian=gguf.GGUFEndian.LITTLE) -> None:

Callers 8

write_vocab_onlyMethod · 0.95
write_allMethod · 0.95
writeMethod · 0.45
write_vocabMethod · 0.45
clip_model_loadFunction · 0.45
clip_model_quantizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected