1. 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
  2. 16 Dec, 2022 1 commit
  3. 15 Nov, 2022 1 commit
  4. 08 Nov, 2022 1 commit
  5. 07 Nov, 2022 3 commits
  6. 26 Oct, 2022 1 commit
  7. 16 Aug, 2022 2 commits
  8. 11 Aug, 2022 1 commit
  9. 29 Jul, 2022 1 commit
  10. 21 Jul, 2022 1 commit
  11. 19 Jul, 2022 1 commit
  12. 15 Jul, 2022 3 commits
  13. 14 Jul, 2022 3 commits
  14. 12 Jul, 2022 2 commits
  15. 11 Jul, 2022 1 commit
  16. 08 Jul, 2022 2 commits
  17. 07 Jul, 2022 1 commit
  18. 06 Jul, 2022 2 commits
  19. 04 Jul, 2022 1 commit
  20. 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
  21. 20 Jun, 2022 1 commit
  22. 16 Jun, 2022 1 commit
  23. 10 Jun, 2022 2 commits
  24. 09 Jun, 2022 1 commit
  25. 08 Jun, 2022 1 commit
  26. 06 Jun, 2022 1 commit
  27. 24 Apr, 2022 2 commits
    • HELSON's avatar
      [gemini] add GeminiMemoryManger (#832) · e5ea3fde
      HELSON authored
      * refactor StatefulTensor, tensor utilities
      
      * add unitest for GeminiMemoryManager
      e5ea3fde
    • YuliangLiu0306's avatar
      [pipelinable]use pipelinable context to initialize non-pipeline model (#816) · 35ea6e10
      YuliangLiu0306 authored
      * [CLI] add CLI launcher
      
      * Revert "[CLI] add CLI launcher"
      
      This reverts commit df7e6506d4500af6a9220ef7fe4d3c7b1daebd4c.
      
      * [pipeline]add module lazy init feature to support large model initization.
      
      * [pipeline]add to_layer_list and partition method to support arbitrary non-pp model
      
      * refactor the module structure
      
      * polish
      
      * [pipelinable]add unit test for pipelinable
      
      * polish
      
      * polish
      
      * Fix CodeFactor issues.
      35ea6e10
  28. 19 Apr, 2022 1 commit