Rare find

Lion. A faster way to train AI models that Google's research team discovered works better than the standard method.

github.com/lucidrains/lion-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2026
  • accommodate complex tensors https://github.com/lucidrains/lion-pytorc…
March 2026
  • add cautious weight decay for cautious lion from Chen et al.
November 2024
  • Release —0.2.3
  • add lion with cautious update, from Liang et al.
  • Merge pull request #38 from sarthakpati/added_conda_installation
  • Update README.md
  • Update README.md
June 2024
  • cleanup
  • Release —0.2.2
  • oops
  • Release —0.2.1
  • add option for decoupled weight decay
  • Release —0.2.0
  • add a foreach version of lion
March 2024
  • Release —0.1.4
  • update triton warning message
  • Merge pull request #36 from yousufmo/patch-1
  • Fix in-place modification when autotuning triton Lion update
May 2023
  • Release —0.1.2
  • Merge pull request #26 from lucidrains/pre-hook-autotuner
  • attempt to fix autotune + inplace update issue
  • Revert "address an issue with triton auto-tuner and in-place calls. m…
  • Revert "actually, just follow @ipoletaev advice and remove autotuner …
  • Release —0.1.0
  • actually, just follow @ipoletaev advice and remove autotuner for now
  • Release —0.0.8
  • address an issue with triton auto-tuner and in-place calls. make the …
March 2023
  • necessary caution
  • Merge pull request #19 from xiangning-chen/main
  • Clarify the instructions for using Lion. Summarize the updates.