• 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
module.py 8.63 KB