MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / __init__

Method __init__

bitsandbytes/functional.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 _instance = None
27
28 def __init__(self):
29 raise RuntimeError("Call get_instance() instead")
30
31 def initialize(self):
32 self.paged_tensors = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected