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

Update the Flask app to use custom resource: LMEvalJob #14

Open
yhwang opened this issue Jun 20, 2024 · 0 comments
Open

Update the Flask app to use custom resource: LMEvalJob #14

yhwang opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yhwang
Copy link
Collaborator

yhwang commented Jun 20, 2024

Currently, the Flask app runs the lm-eval job by spawning subprocesses within the same Pod. Since the CRD and controller is ready, we need to update the implementation to:

  • submit_job API, create an LMEvalJob CR
  • poll_job API, check the corresponding CR's status
  • job_results API, retrieve the results from the corresponding CR
  • list_jobs, get a list of LMEvalJob
  • cancel_job, update the LMEvalJOb's status field to initiate the concealing flow
@yhwang yhwang added the enhancement New feature or request label Jun 20, 2024
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
None yet
Development

No branches or pull requests

1 participant