Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ __init__
Method
__init__
bitsandbytes/utils.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
_instance = None
46
47
def
__init__(self):
48
raise
RuntimeError(
"Call get_instance() instead"
)
49
50
def
initialize(self, model):
51
self.last_w = None
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected