We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4ea8e commit 74d8d77Copy full SHA for 74d8d77
vllm/entrypoints/api_server.py
@@ -12,7 +12,6 @@
12
from vllm.utils import random_uuid
13
14
TIMEOUT_KEEP_ALIVE = 5 # seconds.
15
-TIMEOUT_TO_PREVENT_DEADLOCK = 1 # seconds.
16
app = FastAPI()
17
engine = None
18
0 commit comments