Skip to content

Parallel forward #74

Open
Open
@neverix

Description

@neverix

The model's decoder right now only supports sequential decoding. This is because of the way attn_state is implemented. Parallel generation forward pass can be implemented by setting attn_state to None and handling all cases inside generation code

This would help solve #58

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions