from local

This commit is contained in:
dohe0342 2023-01-03 16:57:16 +09:00
parent 0e9358f601
commit 0bc27320a1
2 changed files with 1 additions and 0 deletions

View File

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