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 have a 'BatchExecutor' class, that would execute a large set of inputs in parallel with the selected pipeline (or task).
e=BatchExecutor(pipeline=pipeline)
inputs= [TaskInput(), ...] # of type TaskInputawaite.execute().export()
We should not collect Batch results in-memory data but we should have an export option to export generated data to a 'jsonl' or a specific database dump.
The text was updated successfully, but these errors were encountered:
We should have a 'BatchExecutor' class, that would execute a large set of inputs in parallel with the selected pipeline (or task).
We should not collect Batch results in-memory data but we should have an export option to export generated data to a 'jsonl' or a specific database dump.
The text was updated successfully, but these errors were encountered: