Skip to content

Commit

Permalink
add init
Browse files Browse the repository at this point in the history
  • Loading branch information
stevhliu committed Feb 22, 2024
1 parent f5d0206 commit 5e1cda5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/reference/optim/adagrad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
Since learning rates are automatically adjusted, AdaGrad does not require manually tuning learning rates.

[[autodoc]] bitsandbytes.optim.Adagrad
- __init__

[[autodoc]] bitsandbytes.optim.Adagrad8bit
- __init__

[[autodoc]] bitsandbytes.optim.Adagrad32bit
- __init__
3 changes: 3 additions & 0 deletions docs/source/reference/optim/optim_overview.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Overview

[[autodoc]] bitsandbytes.optim.optimizer.Optimizer8bit
- __init__

[[autodoc]] bitsandbytes.optim.optimizer.Optimizer2State
- __init__

[[autodoc]] bitsandbytes.optim.optimizer.Optimizer1State
- __init__

## Utilities

Expand Down

0 comments on commit 5e1cda5

Please sign in to comment.