Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KellerJordan/Muon
/ types & classes
Types & classes
4 in github.com/KellerJordan/Muon
⨍
Functions
11
◇
Types & classes
4
Class
Muon
Muon - MomentUm Orthogonalized by Newton-schulz https://kellerjordan.github.io/posts/muon/ Muon internally runs standard SGD-momentum,
muon.py:44
Class
MuonWithAuxAdam
Distributed Muon variant that can be used for all parameters in the network, since it runs an internal AdamW for the parameters that are not
muon.py:138
Class
SingleDeviceMuon
Muon variant for usage in non-distributed settings.
muon.py:99
Class
SingleDeviceMuonWithAuxAdam
Non-distributed variant of MuonWithAuxAdam.
muon.py:228