"tests/test_zero/test_sharded_optim_v2.py" did not exist on "9ec1ce6ab1a287d898a2cb261d6ce6aa72db5512"
  1. 20 Mar, 2023 2 commits
  2. 17 Mar, 2023 2 commits
    • 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
    • Frank Lee's avatar
      [booster] implemented mixed precision class (#3151) · ed192905
      Frank Lee authored
      * [booster] implemented mixed precision class
      
      * polish code
      ed192905
  3. 15 Mar, 2023 4 commits
  4. 14 Mar, 2023 3 commits
  5. 13 Mar, 2023 1 commit
    • Xuanlei Zhao's avatar
      [autochunk] support complete benchmark (#3121) · 30dd13c4
      Xuanlei Zhao authored
      * refact memory code
      
      * dont log free var memory
      
      * add memory align
      
      * update chunk target
      
      * update setting for new memory
      
      * finish test
      
      * update tracer
      
      * update typo
      
      * update test
      
      * add unet test
      
      * add bench
      
      * update bench
      
      * update bench
      
      * init
      
      * support vit
      
      * move to cpu
      
      * add cpu benchmark
      30dd13c4
  6. 10 Mar, 2023 3 commits
  7. 08 Mar, 2023 2 commits
  8. 07 Mar, 2023 2 commits
  9. 01 Mar, 2023 1 commit
  10. 28 Feb, 2023 1 commit
  11. 23 Feb, 2023 2 commits
  12. 22 Feb, 2023 2 commits
  13. 20 Feb, 2023 1 commit
  14. 17 Feb, 2023 2 commits
  15. 15 Feb, 2023 5 commits
  16. 13 Feb, 2023 2 commits
  17. 10 Feb, 2023 1 commit
  18. 08 Feb, 2023 3 commits
  19. 07 Feb, 2023 1 commit
    • oahzxl's avatar
      [autochunk] support diffusion for autochunk (#2621) · 6ba83648
      oahzxl authored
      * add alphafold benchmark
      
      * renae alphafold test
      
      * rename tests
      
      * rename diffuser
      
      * renme
      
      * rename
      
      * update transformer
      
      * update benchmark
      
      * update benchmark
      
      * update bench memory
      
      * update transformer benchmark
      
      * rename
      
      * support diffuser
      
      * support unet metainfo prop
      
      * fix bug and simplify code
      
      * update linear and support some op
      
      * optimize max region search, support conv
      
      * update unet test
      
      * support some op
      
      * support groupnorm and interpolate
      
      * update flow search
      
      * add fix dim in node flow
      
      * fix utils
      
      * rename
      
      * support diffusion
      
      * update diffuser
      
      * update chunk search
      
      * optimize imports
      
      * import
      
      * finish autochunk
      6ba83648