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

Allow the encoder outputs to be computed on the CPU for generation #85

Open
michaelbenayoun opened this issue Apr 25, 2022 · 0 comments
Labels
enhancement New feature or request generation

Comments

@michaelbenayoun
Copy link
Member

Currently, during generation, the encoder outputs can only be computed after having compiled the encoder separately.
It would be nice to be able to compute the encoder outputs directly from the CPU, and to run the decoding loop on the IPUs.
The IPUConfig attribute for that, and some other features have already been added, but the whole thing does not work for now.

@michaelbenayoun michaelbenayoun added enhancement New feature or request generation labels Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request generation
Projects
None yet
Development

No branches or pull requests

1 participant