Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/BitNet
/ __repr__
Method
__repr__
utils/convert.py:404–405 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
402
name =
"no_vocab"
403
404
def
__repr__(self) -> str:
405
return
"<NoVocab for a model without integrated vocabulary>"
406
407
408
@runtime_checkable
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected