Add bias to LoRA sidecar layer unit tests.

This commit is contained in:
Ryan Dick
2024-09-13 18:15:04 +00:00
committed by Kent Keirsey
parent 78efed4499
commit d51f2c5e00
3 changed files with 6 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ class LoRALayer(LoRALayerBase):
self.up = up
self.mid = mid
self.down = down
self.bias = bias
@classmethod
def from_state_dict_values(