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

Updates for Solvers #1461

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Updates for Solvers #1461

merged 5 commits into from
Jan 29, 2024

Conversation

JunShern
Copy link
Collaborator

@JunShern JunShern commented Jan 26, 2024

We provide an update to our Solvers infrastructure

  • Add a new README to onboard users wanting to work with solvers (beta)
  • Creating a separate folder for registration: evals/registry/solvers
  • Refactoring previous solver code to support reusability: NestedSolvers allow you to chain multiple solvers
  • New solvers: FewShotSolver, SelfConsistencySolver, OpenAIAssistantsSolver
  • A defaults.yaml for commonly reusable solvers
  • Change abstract method for Solver action from __call__ to _solver so that task state is immutable

@JunShern JunShern requested a review from etr2460 January 29, 2024 05:20
@JunShern JunShern marked this pull request as ready for review January 29, 2024 05:20
Copy link
Collaborator

@etr2460 etr2460 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for pulling these into the main repo!

@etr2460 etr2460 merged commit 4a105ae into main Jan 29, 2024
2 checks passed
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.

None yet

2 participants