We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817a24a commit 87f5626Copy full SHA for 87f5626
lightllm/server/core/objs/req.py
@@ -32,9 +32,6 @@ def get_status(self):
32
def is_finished(self):
33
return self.FINISHED_STOP <= self.status <= self.FINISHED_LENGTH
34
35
- def is_stoped(self):
36
- return self.status == self.FINISHED_STOP
37
-
38
def get_finish_reason(self):
39
if self.status == self.FINISHED_STOP:
40
return "stop"
0 commit comments