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

Method model_arch

utils/generate-dummy-bitnet-model.py:140–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 @property
139 @abstractmethod
140 def model_arch(self) -> gguf.MODEL_ARCH:
141 pass
142
143 def find_hparam(self, keys: Sequence[str], optional: bool = False) -> Any:
144 key = next((k for k in keys if k in self.hparams), None)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected