Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)
This commit is contained in:
@@ -12,7 +12,6 @@ from vllm.sampling_params import SamplingParams
|
||||
from vllm.utils import random_uuid
|
||||
|
||||
TIMEOUT_KEEP_ALIVE = 5 # seconds.
|
||||
TIMEOUT_TO_PREVENT_DEADLOCK = 1 # seconds.
|
||||
app = FastAPI()
|
||||
engine = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user