from local

This commit is contained in:
dohe0342 2022-12-26 14:58:37 +09:00
parent b8fb0900b3
commit a104125271
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.0001,
lr=0.000001,
clipping_scale=None,
parameters_names=[adapter_names],
)