"sgl-kernel/vscode:/vscode.git/clone" did not exist on "61970b08d842dfcaf0379912f9c9f92a0fb2dadc"
  • Deepak Narayanan's avatar
    Support for pipeline parallelism in T5 model · 46c74b4c
    Deepak Narayanan authored
    - Accumulate encoder hidden state gradient to handle skip connection
    - Correctly compute the number of layers in encoder / decoder for T5 model
    - Ensure e weights are initialized the same way in embeddings
    - Synchronize embedding gradients across encoder and decoder for T5 model
    - Support for checkpoint loading and saving
    46c74b4c
pretrain_ict.py 6.38 KB