Skip to content

Commit 0a753fd

Browse files
committed
think it is accounted for by this scale the kimi team introduced, so just default to adam lr
1 parent e65c9a5 commit 0a753fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adam_atan2_pytorch/muon_adam_atan2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
muon_params,
6060
params,
6161
lr = 1e-4,
62-
muon_lr = 1e-3,
62+
muon_lr = None,
6363
betas: tuple[float, float] = (0.9, 0.99),
6464
weight_decay = 0.,
6565
regen_reg_rate = 0.,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adam-atan2-pytorch"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Adam-atan2 for Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "lucidrains@gmail.com" }

0 commit comments

Comments
 (0)