-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
In the current design, tokenization is never done synchronously. This was driven by wanting to avoid duplicated tokenization on the active serving path, but recently this is seeming like less of a problem.
Handling this issue would mean investigating a change in which tokenization is done synchronously as part of the active path, but still cached. The handling should ideally remain by the workers pool.
Profiling should be ideally provided.
Metadata
Metadata
Assignees
Labels
No labels