Skip to content

Commit fa05118

Browse files
committed
update: OPTIMIZER_NAMES
1 parent 14a188e commit fa05118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_optimizer_parameters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
3030
'diffrgrad',
3131
'lamb',
3232
'ralamb',
33+
'lars',
3334
]
3435

3536
BETA_OPTIMIZER_NAMES: List[str] = [

0 commit comments

Comments
 (0)