holma
Results
1
comments of
holma
Thank you! That resolved the issue with the devices. However, now the following error appears: ``` [/usr/local/lib/python3.8/dist-packages/peft/tuners/lora.py]) in forward(self, x) 446 return F.linear(x, transpose(self.weight, self.fan_in_fan_out), bias=self.bias) 447 else: --> 448...