MCPcopy Index your code
hub / github.com/microsoft/BitNet / all_tokens

Method all_tokens

utils/convert.py:416–416  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

414
415 def __init__(self, base_path: Path): ...
416 def all_tokens(self) -> Iterable[tuple[bytes, float, gguf.TokenType]]: ...
417
418
419class BpeVocab(Vocab):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected