chore: black

This commit is contained in:
psychedelicious 2023-08-03 11:18:22 +10:00
parent 2f8b928486
commit 7d0cc6ec3f

View File

@ -359,7 +359,7 @@ class FullLayer(LoRALayerBase):
):
super().to(device=device, dtype=dtype)
self.weight = self.weight.to(device=device, dtype=dtype)
self.weight = self.weight.to(device=device, dtype=dtype)
class LoRAModel: # (torch.nn.Module):