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

Class BaseVocab

utils/convert.py:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394@runtime_checkable
395class BaseVocab(Protocol):
396 tokenizer_model: ClassVar[str]
397 name: ClassVar[str]
398
399
400class NoVocab(BaseVocab):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected