Unable to get a working clone...

#45
by marmelade500 - opened

When I run the app.py I get this error:

python3.11/site-packages/bitsandbytes/nn/modules.py: 276 in _save_to_state_dict

โ”‚ 273 โ”‚ โ”‚ โ”‚ weight_name = "SCB"
โ”‚ 274 โ”‚ โ”‚ โ”‚
โ”‚ 275 โ”‚ โ”‚ โ”‚ # case 1: .cuda was called, SCB is in self.weight
โ”‚ โฑ 276 โ”‚ โ”‚ โ”‚ param_from_weight = getattr(self.weight, weight_name)
โ”‚ 277 โ”‚ โ”‚ โ”‚ # case 2: self.init_8bit_state was called, SCB is in self.state
โ”‚ 278 โ”‚ โ”‚ โ”‚ param_from_state = getattr(self.state, weight_name)

AttributeError: 'Parameter' object has no attribute 'SCB'

Sign up or log in to comment