summaryrefslogtreecommitdiff
path: root/bitsandbytes/optim/adamw.py
AgeCommit message (Collapse)Author
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-06-30Remove unused imports, fix NotImplementedErrorMax Ryabinin
2021-11-28Added AdamW. #10 #13Tim Dettmers