BatchedExecutor Discussion #564
Replies: 2 comments 3 replies
-
Saving/Loading state is actually the thing I'm thinking about at the moment for the
However right now I don't think the two
I think the current executors will take tokens and tries to process them in batch-size chunks, as quickly as possible (i.e. just looping and executing chunks). As far as I am aware this should work with any batch size (down to 1 token). The |
Beta Was this translation helpful? Give feedback.
-
Hey I've tried to rewrite my project to use BatchedExecutor. Love the API and it was mostly drop-in replacement, but there are few issues I struggled with:
Again, I'd be happy to help implementing some of those changes (as I kinda doing it already on the library user side). |
Beta Was this translation helpful? Give feedback.
-
Continuing discussion started here: #560 (comment)
Beta Was this translation helpful? Give feedback.
All reactions