Merge pull request #1592 from twmht/add_adan_to_init

Add Adan to __init__.py
This commit is contained in:
Ross Wightman 2022-12-14 20:43:12 -08:00 committed by GitHub
commit 18ec173f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ from .adafactor import Adafactor
from .adahessian import Adahessian
from .adamp import AdamP
from .adamw import AdamW
from .adan import Adan
from .lamb import Lamb
from .lars import Lars
from .lookahead import Lookahead