Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make new optimizer more extensible, easier to integrate downstream for FSDP #181

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. Make extensible

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8ff00fb View commit details
    Browse the repository at this point in the history
  2. Continue

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ee673bb View commit details
    Browse the repository at this point in the history
  3. Continue

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    03d05ed View commit details
    Browse the repository at this point in the history
  4. Update example

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    28cc3b7 View commit details
    Browse the repository at this point in the history
  5. update example

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c964944 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a544d9d View commit details
    Browse the repository at this point in the history
  7. Continue working through it

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9120db3 View commit details
    Browse the repository at this point in the history
  8. Continue trying

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f127f45 View commit details
    Browse the repository at this point in the history
  9. Try with new patch

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    77ee41a View commit details
    Browse the repository at this point in the history
  10. use cast_model

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fac7f9a View commit details
    Browse the repository at this point in the history
  11. Fin

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ed5b86f View commit details
    Browse the repository at this point in the history
  12. Actually cast optimizer

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ef1c6d3 View commit details
    Browse the repository at this point in the history
  13. Continuing debugging

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    567c267 View commit details
    Browse the repository at this point in the history
  14. Truly fin

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8c563fd View commit details
    Browse the repository at this point in the history
  15. Include dtypes

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bed7bd0 View commit details
    Browse the repository at this point in the history
  16. Import err

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c979229 View commit details
    Browse the repository at this point in the history
  17. dtypes -> dtype

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b903d13 View commit details
    Browse the repository at this point in the history
  18. Closure explicitly?

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ffaabc9 View commit details
    Browse the repository at this point in the history
  19. Give it closure

    muellerzr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    15b9a78 View commit details
    Browse the repository at this point in the history