Skip to content

Commit 700bcbc

Browse files
committed
add ref
1 parent 9a86678 commit 700bcbc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

deepmd/pt/optimizer/adamuon.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
- Per-element second-moment (v_buffer) normalization
1212
- RMS-aligned global scaling
1313
14-
Reference:
15-
https://github.com/ethansmith2000/AdaMuon
14+
References
15+
----------
16+
.. [1] Ethan Smith et al., "AdaMuon: Adaptive Muon Optimizer," arXiv:2507.11005, 2025.
17+
https://arxiv.org/abs/2507.11005
18+
.. [2] AdaMuon GitHub Repository.
19+
https://github.com/ethansmith2000/AdaMuon
1620
"""
1721

1822
from __future__ import (

0 commit comments

Comments
 (0)