-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perf: Async operations in parallel wherever possible #69
Comments
Quantify minuscular work to parallelise , and parallelise. |
|
Parallelism has to be controlled through semaphore in asyncio and externalised for user to make sure he does not hit limits on his llm provider. |
#90 we are also including dspy suggest in the same issue as perf is affecting comprehension |
testing with gpt4o-mini to see better performance for oss repos. |
Resuming this work and trying to assign customised parallelism at class level with n:n instances of llm provider. |
No description provided.
The text was updated successfully, but these errors were encountered: