summaryrefslogtreecommitdiff
path: root/bitsandbytes/optim/__init__.py
AgeCommit message (Collapse)Author
2022-08-23Some initial code. Needs to be tested.Tim Dettmers
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-07-01Fix importsMax Ryabinin
2022-07-01Add a CPU-only build optionMax Ryabinin
2021-11-28Added AdamW. #10 #13Tim Dettmers
2021-11-10Added adagrad with tests (no clipping).Tim Dettmers
2021-10-05Initial commitTim Dettmers