bitsandbytes-rocm/bitsandbytes/optim
2023-03-09 10:10:19 -08:00
..
__init__.py initial commit, slowly work from interface into the kernel 2023-03-09 08:08:46 -08:00
adagrad.py Simplify statements into equivalent, modern variants 2022-10-27 13:14:13 +02:00
adam.py Simplify statements into equivalent, modern variants 2022-10-27 13:14:13 +02:00
adamw.py Simplify statements into equivalent, modern variants 2022-10-27 13:14:13 +02:00
lamb.py Simplify statements into equivalent, modern variants 2022-10-27 13:14:13 +02:00
lars.py Remove f-prefix from strings that don't use formatting 2022-10-27 13:36:39 +02:00
lion.py do a bunch of typical bookkeeping before getting to main lion logic 2023-03-09 10:10:19 -08:00
optimizer.py Fix several typos in logging and comments 2022-11-01 09:53:47 +01:00
rmsprop.py Remove f-prefix from strings that don't use formatting 2022-10-27 13:36:39 +02:00
sgd.py Remove f-prefix from strings that don't use formatting 2022-10-27 13:36:39 +02:00