Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
ac7eda5
1
Parent(s):
f1a3824
update
Browse files- backend-cli.py +1 -1
backend-cli.py
CHANGED
@@ -99,7 +99,7 @@ def process_evaluation(task: Task, eval_request: EvalRequest) -> dict:
|
|
99 |
def process_finished_requests() -> bool:
|
100 |
sanity_checks()
|
101 |
|
102 |
-
current_finished_status = [FINISHED_STATUS]
|
103 |
|
104 |
# Get all eval request that are FINISHED, if you want to run other evals, change this parameter
|
105 |
eval_requests: list[EvalRequest] = get_eval_requests(job_status=current_finished_status, hf_repo=QUEUE_REPO, local_dir=EVAL_REQUESTS_PATH_BACKEND)
|
|
|
99 |
def process_finished_requests() -> bool:
|
100 |
sanity_checks()
|
101 |
|
102 |
+
current_finished_status = [FINISHED_STATUS, FAILED_STATUS]
|
103 |
|
104 |
# Get all eval request that are FINISHED, if you want to run other evals, change this parameter
|
105 |
eval_requests: list[EvalRequest] = get_eval_requests(job_status=current_finished_status, hf_repo=QUEUE_REPO, local_dir=EVAL_REQUESTS_PATH_BACKEND)
|