from local

This commit is contained in:
dohe0342 2022-12-26 15:27:32 +09:00
parent 5fff319ede
commit 265048e458
2 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ def run_adapter(rank, world_size, args, wb=None):
optimizer_adapter = ScaledAdam(
adapter_param,
lr=0.000000000001,
lr=0.0001,
clipping_scale=2.0,
parameters_names=[adapter_names],
)