"vscode:/vscode.git/clone" did not exist on "4d7537ba254dc0b82aaad735d6760065feefe1df"
  1. 11 Mar, 2022 34 commits
  2. 15 Feb, 2022 1 commit
    • アマデウス's avatar
      moved env variables to global variables; (#215) · 9ee197d0
      アマデウス authored
      added branch context;
      added vocab parallel layers;
      moved split_batch from load_batch to tensor parallel embedding layers;
      updated gpt model;
      updated unit test cases;
      fixed few collective communicator bugs
      9ee197d0
  3. 25 Jan, 2022 1 commit
    • Jiarui Fang's avatar
      add pytorch hooks (#179) · 569357fe
      Jiarui Fang authored
      * add pytorch hooks
      fix #175
      
      * remove licenses in src code
      
      * add gpu memory tracer
      
      * replacing print with logger in ophooks.
      569357fe
  4. 20 Jan, 2022 1 commit
  5. 17 Jan, 2022 1 commit
  6. 30 Dec, 2021 1 commit
    • ver217's avatar
      Optimize pipeline schedule (#94) · 96780e6e
      ver217 authored
      
      
      * add pipeline shared module wrapper and update load batch
      
      * added model parallel process group for amp and clip grad (#86)
      
      * added model parallel process group for amp and clip grad
      
      * update amp and clip with model parallel process group
      
      * remove pipeline_prev/next group (#88)
      
      * micro batch offload
      
      * optimize pipeline gpu memory usage
      
      * pipeline can receive tensor shape (#93)
      
      * optimize pipeline gpu memory usage
      
      * fix grad accumulation step counter
      
      * rename classes and functions
      Co-authored-by: default avatarFrank Lee <somerlee.9@gmail.com>
      96780e6e
  7. 29 Dec, 2021 1 commit