1. 23 Mar, 2023 3 commits
    • Frank Lee's avatar
      [api] implemented the checkpoint io module (#3205) · cd142fbe
      Frank Lee authored
      * [api] implemented the checkpoint io module
      
      * polish code
      
      * polish code
      cd142fbe
    • 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
    • Yan Fang's avatar
      18934796
  2. 22 Mar, 2023 6 commits
  3. 21 Mar, 2023 6 commits
  4. 20 Mar, 2023 7 commits
  5. 17 Mar, 2023 5 commits
  6. 15 Mar, 2023 4 commits
  7. 14 Mar, 2023 7 commits
  8. 13 Mar, 2023 2 commits
    • 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
    • BlueRum's avatar
      [chatgpt]Fix examples (#3116) · 68577fbc
      BlueRum authored
      * fix train_dummy
      
      * fix train-prompts
      68577fbc