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
- added an argument to inference component to accommodate adding columns
to resume from component.
- improved the check for column mismatch in resume_from
- removed token counting from promp_processing component for speed up
---------
Co-authored-by: Safoora Yousefi <[email protected]>
output_dir (str): Directory to save the inference results.
26
26
resume_from (str): optional. Path to the file where previous inference results are stored.
27
+
new_columns (list): optional. List of new columns to be added to resume_from data to match the current inference response.
27
28
requests_per_minute (int): optional. Number of inference requests to be made per minute, used for rate limiting. If not provided, rate limiting will not be applied.
28
29
max_concurrent (int): optional. Maximum number of concurrent inferences to run. Default is 1.
0 commit comments