You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 anLMEvalJob
CRpoll_job
API, check the corresponding CR's statusjob_results
API, retrieve the results from the corresponding CRlist_jobs
, get a list ofLMEvalJob
cancel_job
, update theLMEvalJOb
's status field to initiate the concealing flowThe text was updated successfully, but these errors were encountered: