You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should improve the performance of the output generation step.
Currently, if multiple input files are provided, we decode all of them in each sub-step of the output process. If the same file is referenced for different token types, we decode the same tree multiple times.
Ideally, when decoding a tree, we should cache it so that we don't repeat the decoding process (if needed).
The text was updated successfully, but these errors were encountered:
We should improve the performance of the output generation step.
Currently, if multiple input files are provided, we decode all of them in each sub-step of the output process. If the same file is referenced for different token types, we decode the same tree multiple times.
Ideally, when decoding a tree, we should cache it so that we don't repeat the decoding process (if needed).
The text was updated successfully, but these errors were encountered: