1. 05 Jun, 2023 1 commit
    • Hongxin Liu's avatar
      [lazy] refactor lazy init (#3891) · dbb32692
      Hongxin Liu authored
      * [lazy] remove old lazy init
      
      * [lazy] refactor lazy init folder structure
      
      * [lazy] fix lazy tensor deepcopy
      
      * [test] update lazy init test
      dbb32692
  2. 23 May, 2023 1 commit
  3. 15 May, 2023 1 commit
    • Hongxin Liu's avatar
      [devops] update torch version of CI (#3725) · afb239bb
      Hongxin Liu authored
      * [test] fix flop tensor test
      
      * [test] fix autochunk test
      
      * [test] fix lazyinit test
      
      * [devops] update torch version of CI
      
      * [devops] enable testmon
      
      * [devops] fix ci
      
      * [devops] fix ci
      
      * [test] fix checkpoint io test
      
      * [test] fix cluster test
      
      * [test] fix timm test
      
      * [devops] fix ci
      
      * [devops] fix ci
      
      * [devops] fix ci
      
      * [devops] fix ci
      
      * [devops] force sync to test ci
      
      * [test] skip fsdp test
      afb239bb
  4. 10 May, 2023 1 commit
  5. 06 Apr, 2023 1 commit
  6. 04 Apr, 2023 1 commit
    • ver217's avatar
      [zero] reorganize zero/gemini folder structure (#3424) · 26b7aac0
      ver217 authored
      * [zero] refactor low-level zero folder structure
      
      * [zero] fix legacy zero import path
      
      * [zero] fix legacy zero import path
      
      * [zero] remove useless import
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor legacy zero import path
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor legacy zero import path
      
      * [zero] fix test import path
      
      * [zero] fix test
      
      * [zero] fix circular import
      
      * [zero] update import
      26b7aac0
  7. 24 Mar, 2023 1 commit
  8. 23 Mar, 2023 1 commit
    • ver217's avatar
      [lazyinit] combine lazy tensor with dtensor (#3204) · f8289d42
      ver217 authored
      * [lazyinit] lazy tensor add distribute
      
      * [lazyinit] refactor distribute
      
      * [lazyinit] add test dist lazy init
      
      * [lazyinit] add verbose info for dist lazy init
      
      * [lazyinit] fix rnn flatten weight op
      
      * [lazyinit] polish test
      
      * [lazyinit] polish test
      
      * [lazyinit] fix lazy tensor data setter
      
      * [lazyinit] polish test
      
      * [lazyinit] fix clean
      
      * [lazyinit] make materialize inplace
      
      * [lazyinit] refactor materialize
      
      * [lazyinit] refactor test distribute
      
      * [lazyinit] fix requires_grad
      
      * [lazyinit] fix tolist after materialization
      
      * [lazyinit] refactor distribute module
      
      * [lazyinit] polish docstr
      
      * [lazyinit] polish lazy init context
      
      * [lazyinit] temporarily skip test
      
      * [lazyinit] polish test
      
      * [lazyinit] add docstr
      f8289d42
  9. 20 Mar, 2023 1 commit
  10. 17 Mar, 2023 1 commit
    • ver217's avatar
      [lazyinit] add correctness verification (#3147) · 6ae8ed04
      ver217 authored
      * [lazyinit] fix shared module
      
      * [tests] add lazy init test utils
      
      * [tests] add torchvision for lazy init
      
      * [lazyinit] fix pre op fn
      
      * [lazyinit] handle legacy constructor
      
      * [tests] refactor lazy init test models
      
      * [tests] refactor lazy init test utils
      
      * [lazyinit] fix ops don't support meta
      
      * [tests] lazy init test timm models
      
      * [lazyinit] fix set data
      
      * [lazyinit] handle apex layers
      
      * [tests] lazy init test transformers models
      
      * [tests] lazy init test torchaudio models
      
      * [lazyinit] fix import path
      
      * [tests] lazy init test torchrec models
      
      * [tests] update torch version in CI
      
      * [tests] revert torch version in CI
      
      * [tests] skip lazy init test
      6ae8ed04
  11. 16 Dec, 2022 1 commit
  12. 15 Nov, 2022 1 commit
  13. 08 Nov, 2022 1 commit
  14. 07 Nov, 2022 3 commits
  15. 26 Oct, 2022 1 commit
  16. 16 Aug, 2022 2 commits
  17. 11 Aug, 2022 1 commit
  18. 29 Jul, 2022 1 commit
  19. 21 Jul, 2022 1 commit
  20. 19 Jul, 2022 1 commit
  21. 15 Jul, 2022 3 commits
  22. 14 Jul, 2022 3 commits
  23. 12 Jul, 2022 2 commits
  24. 11 Jul, 2022 1 commit
  25. 08 Jul, 2022 2 commits
  26. 07 Jul, 2022 1 commit
  27. 06 Jul, 2022 2 commits
  28. 04 Jul, 2022 1 commit
  29. 29 Jun, 2022 1 commit
    • YuliangLiu0306's avatar
      [context]use meta tensor to init model lazily. (#1187) · 2053e138
      YuliangLiu0306 authored
      * [CLI] add CLI launcher
      
      * Revert "[CLI] add CLI launcher"
      
      This reverts commit df7e6506d4500af6a9220ef7fe4d3c7b1daebd4c.
      
      * [context]use meta tensor to init model lazily.
      
      * polish
      
      * make module with device kwargs bypass the normal init.
      
      * change unit test to adapt updated context.
      2053e138
  30. 20 Jun, 2022 1 commit