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

Features/async generate ref #118

Closed
wants to merge 4 commits into from
Closed

Conversation

steffencruz
Copy link
Collaborator

@steffencruz steffencruz commented Feb 22, 2024

currently we do the following:

  1. Create task (generate query and reference)
  2. Create agent (generate challenge)
  3. Network call (wait <= 10s)
  4. Scoring (uses reference and challenge)

This branch demonstrates the following :

  1. Create task (generate query and no reference)
  2. Create agent (generate challenge)
  3. Network call
  4. Generate reference while waiting for network
  5. Gather network responses
  6. Scoring (uses reference and challenge)

Tracked experiment

@steffencruz steffencruz marked this pull request as draft February 22, 2024 22:40
@steffencruz steffencruz requested a review from p-ferreira March 12, 2024 19:08
@steffencruz steffencruz marked this pull request as ready for review March 12, 2024 19:08
@steffencruz
Copy link
Collaborator Author

Closing as this is solved in #167

@Hollyqui Hollyqui deleted the features/async-generate-ref branch August 2, 2024 08:22
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