mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 07:34:58 +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
|
from vllm.utils import random_uuid
|
||||||
|
|
||||||
TIMEOUT_KEEP_ALIVE = 5 # seconds.
|
TIMEOUT_KEEP_ALIVE = 5 # seconds.
|
||||||
TIMEOUT_TO_PREVENT_DEADLOCK = 1 # seconds.
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
engine = None
|
engine = None
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user