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
Is your feature request related to a problem? Please describe.
When running a zero-shot model on GPU a warning is emitted.
The zero-shot services run one pipeline after another on batches of records. This is not optimal and decreases the performance of the calculation.
Describe the solution you'd like
The huggingface documentation describes different ways to implement a solution so that the pipelines are run in parallel.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When running a zero-shot model on GPU a warning is emitted.
The zero-shot services run one pipeline after another on batches of records. This is not optimal and decreases the performance of the calculation.
Describe the solution you'd like
The huggingface documentation describes different ways to implement a solution so that the pipelines are run in parallel.
The text was updated successfully, but these errors were encountered: