Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ __init__
Method
__init__
bitsandbytes/optim/optimizer.py:21–23 ·
view source on GitHub ↗
(self, initial_data)
Source
from the content-addressed store, hash-verified
19
20
class
MockArgs:
21
def
__init__(self, initial_data):
22
for
key in initial_data:
23
setattr(self, key, initial_data[key])
24
25
26
class
GlobalOptimManager:
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected