Skip to content
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

Closed
JayGhiya opened this issue Jul 12, 2024 — with Huly for GitHub · 6 comments · Fixed by #114
Closed

Perf: Async operations in parallel wherever possible #69

JayGhiya opened this issue Jul 12, 2024 — with Huly for GitHub · 6 comments · Fixed by #114
Assignees
Labels
enhancement New feature or request

Comments

Copy link
Member

No description provided.

@JayGhiya JayGhiya added the enhancement New feature or request label Jul 12, 2024
@JayGhiya JayGhiya moved this to Todo in Unoplat Roadmap Jul 12, 2024
@vipinshreyaskumar
Copy link
Collaborator

vipinshreyaskumar commented Jul 15, 2024

Quantify minuscular work to parallelise , and parallelise.

@JayGhiya
Copy link
Member Author

@JayGhiya
Copy link
Member Author

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.

@JayGhiya
Copy link
Member Author

#90 we are also including dspy suggest in the same issue as perf is affecting comprehension

@JayGhiya
Copy link
Member Author

JayGhiya commented Jul 19, 2024

testing with gpt4o-mini to see better performance for oss repos.

@JayGhiya
Copy link
Member Author

JayGhiya commented Aug 5, 2024

Resuming this work and trying to assign customised parallelism at class level with n:n instances of llm provider.

@JayGhiya JayGhiya moved this from Todo to In progress in Unoplat Roadmap Aug 13, 2024
@JayGhiya JayGhiya linked a pull request Sep 6, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In progress to Done in Unoplat Roadmap Sep 7, 2024
@JayGhiya JayGhiya removed their assignment Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants