Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
74d8d776
Unverified
Commit
74d8d776
authored
Jan 04, 2024
by
Ronen Schaffer
Committed by
GitHub
Jan 03, 2024
Browse files
Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)
parent
fd4ea8ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/entrypoints/api_server.py
vllm/entrypoints/api_server.py
+0
-1
No files found.
vllm/entrypoints/api_server.py
View file @
74d8d776
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment