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

Method __init__

tests/test_modules.py:20–22  ·  view source on GitHub ↗
(self, initial_data)

Source from the content-addressed store, hash-verified

18
19class MockArgs:
20 def __init__(self, initial_data):
21 for key in initial_data:
22 setattr(self, key, initial_data[key])
23
24
25class MLP8bit(torch.nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected