Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scan and apply_layers #7901

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

scan and apply_layers #7901

wants to merge 1 commit into from

Commits on Sep 27, 2024

  1. scan and apply_layers

    Add the lowering of scan to HLO While op.
    
    Introduce apply_layers which can sequentially apply a bunch of layers
    using scan underneath.
    
    Beef up unit tests including linear layers and decoders.
    
    add regression test for parameter_id_tensor_mapping
    
    add test_apply_layers.py to test shell scripts
    
    correctly import decoder model from examples
    tengyifei committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    99d8e5a View commit details
    Browse the repository at this point in the history