Skip to content

Commit 87f5626

Browse files
authored
fix
1 parent 817a24a commit 87f5626

File tree

1 file changed

+0
-3
lines changed
  • lightllm/server/core/objs

1 file changed

+0
-3
lines changed

lightllm/server/core/objs/req.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ def get_status(self):
3232
def is_finished(self):
3333
return self.FINISHED_STOP <= self.status <= self.FINISHED_LENGTH
3434

35-
def is_stoped(self):
36-
return self.status == self.FINISHED_STOP
37-
3835
def get_finish_reason(self):
3936
if self.status == self.FINISHED_STOP:
4037
return "stop"

0 commit comments

Comments
 (0)