from local

This commit is contained in:
dohe0342 2023-01-03 13:42:21 +09:00
parent cbb1dd8025
commit d18563ba6b
2 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ class ResidualAdapterModule(nn.Module):
)
def forward(self, x, layer_id=-1):
layer_id = 0
x = x.transpose(0, 1)
residual = x
x = self.adapter_layers[layer_id](x)