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

Class MockArgs

bitsandbytes/optim/optimizer.py:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class MockArgs:
21 def __init__(self, initial_data):
22 for key in initial_data:
23 setattr(self, key, initial_data[key])
24
25
26class GlobalOptimManager:

Callers 2

__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected