"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "4f940d01a0f495318ecdc490039d93a9d4f58ce6"
Unverified Commit 74d8d776 authored by Ronen Schaffer's avatar Ronen Schaffer Committed by GitHub
Browse files

Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)

parent fd4ea8ef
...@@ -12,7 +12,6 @@ from vllm.sampling_params import SamplingParams ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment