MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / __init__

Method __init__

tokenizer/convert/convert.py:970–971  ·  view source on GitHub ↗
(self, fname_out: Path, endianess:gguf.GGUFEndian = gguf.GGUFEndian.LITTLE)

Source from the content-addressed store, hash-verified

968
969class OutputFile:
970 def __init__(self, fname_out: Path, endianess:gguf.GGUFEndian = gguf.GGUFEndian.LITTLE) -> None:
971 self.gguf = gguf.GGUFWriter(fname_out, gguf.MODEL_ARCH_NAMES[ARCH], endianess=endianess)
972
973 def add_meta_arch(self, params: Params) -> None:
974 name = "LLaMA"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected