Skip to content

Conversation

IsaacWarren
Copy link

This PR adds new functionality to the cli to perform batch inference on a file of prompts and write the result to a file.
The approach is simple, using a dataframe library to read and apply the model's inference function on the dataframe.
If Bodo is present the inference will happen in parallel, otherwise it will fallback to Pandas for sequential inference.
Adds a test for correctness.

@IsaacWarren IsaacWarren changed the title Prompt multi Prompt Multi Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant