from local

This commit is contained in:
dohe0342 2022-12-26 15:20:31 +09:00
parent 66113bbacd
commit b003f71e08
3 changed files with 1 additions and 1 deletions

View File

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