MCPcopy Create free account
hub / github.com/microsoft/BitNet / __init__

Method __init__

utils/convert.py:1073–1074  ·  view source on GitHub ↗
(self, fname_out: Path, endianess:gguf.GGUFEndian = gguf.GGUFEndian.LITTLE)

Source from the content-addressed store, hash-verified

1071
1072class OutputFile:
1073 def __init__(self, fname_out: Path, endianess:gguf.GGUFEndian = gguf.GGUFEndian.LITTLE):
1074 self.gguf = gguf.GGUFWriter(fname_out, gguf.MODEL_ARCH_NAMES[ARCH], endianess=endianess)
1075
1076 def add_meta_arch(self, params: Params) -> None:
1077 name = "LLaMA"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected