mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:35:01 +08:00
Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)
This commit is contained in:
parent
fd4ea8ef5c
commit
74d8d77626
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user