MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / close

Method close

examples/convert_legacy_llama.py:984–985  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

982 self.gguf.write_tensor_data(ndarray)
983
984 def close(self) -> None:
985 self.gguf.close()
986
987 @staticmethod
988 def write_vocab_only(

Callers 4

write_vocab_onlyMethod · 0.95
write_allMethod · 0.95
chunk_fileFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected