remove test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
instance_id = "math_teacher"
|
||||
fullname = "the one"
|
||||
llm_model_name = "70B"
|
||||
llm_model_name = "gpt-4-0613"
|
||||
[[prompt]]
|
||||
role = "system"
|
||||
content = "You are a teacher who is proficient in mathematics"
|
||||
|
||||
@@ -123,7 +123,7 @@ class ComputeKernel:
|
||||
if task_req.state == ComputeTaskState.ERROR:
|
||||
break
|
||||
|
||||
if check_times >= 12000:
|
||||
if check_times >= 120:
|
||||
task_req.state = ComputeTaskState.ERROR
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user