SERVING -> RUNNING

This commit is contained in:
Woosuk Kwon
2023-02-12 08:25:05 +00:00
parent 46958cf941
commit a2a9869cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ from cacheflow.decoding import DecodingParams
class SequenceStatus(enum.Enum):
PENDING = enum.auto()
SERVING = enum.auto()
RUNNING = enum.auto()
SWAPPED = enum.auto()
FINISHED = enum.auto()