remove test

This commit is contained in:
streetycat
2023-10-16 10:02:59 +00:00
parent b117b36e5b
commit d945796f7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
instance_id = "math_teacher" instance_id = "math_teacher"
fullname = "the one" fullname = "the one"
llm_model_name = "70B" llm_model_name = "gpt-4-0613"
[[prompt]] [[prompt]]
role = "system" role = "system"
content = "You are a teacher who is proficient in mathematics" content = "You are a teacher who is proficient in mathematics"
+1 -1
View File
@@ -123,7 +123,7 @@ class ComputeKernel:
if task_req.state == ComputeTaskState.ERROR: if task_req.state == ComputeTaskState.ERROR:
break break
if check_times >= 12000: if check_times >= 120:
task_req.state = ComputeTaskState.ERROR task_req.state = ComputeTaskState.ERROR
break break