(*args, **kwargs)
| 596 | logger.warning(f'Specify `wbits` with 4, 8 or 32 to load the model. ') |
| 597 | if config.wbits in [4, 8]: |
| 598 | def noop(*args, **kwargs): |
| 599 | pass |
| 600 | torch.nn.init.kaiming_uniform_ = noop |
| 601 | torch.nn.init.uniform_ = noop |
| 602 | torch.nn.init.normal_ = noop |
nothing calls this directly
no outgoing calls
no test coverage detected