Autoregressive decoding with caching #855
Unanswered
marton-avrios
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is caching implemented with autoregressive decoding? I mean something like in the "Transformer are RNNs" paper (and also in the huggingface library for T5). I thought the "incremental" mode in the context serves this purpose but not sure. HF T5 in pytorch is 3-4x faster for decoding then an exported saved model which makes me wonder.
Beta Was this translation helpful? Give feedback.
All reactions