from local

This commit is contained in:
dohe0342 2023-04-11 16:17:51 +09:00
parent 4b38638be8
commit a51a122846
2 changed files with 1 additions and 1 deletions

View File

@ -1604,7 +1604,7 @@ def run_adapter(rank, world_size, args, wb=None):
)
'''
prompt = torch.randn((50, 512), requires_grad=True)
prompt = torch.randn((100, 512), requires_grad=True)
optimizer_adapter = ScaledAdam(
[prompt],
lr=params.adapter_lr,