Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9887e8ec
Unverified
Commit
9887e8ec
authored
Jul 14, 2025
by
Reid
Committed by
GitHub
Jul 14, 2025
Browse files
[Misc] Remove unused function (#20909)
Signed-off-by:
reidliu41
<
reid201711@gmail.com
>
parent
f326ab9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
vllm/entrypoints/cli/main.py
vllm/entrypoints/cli/main.py
+0
-11
No files found.
vllm/entrypoints/cli/main.py
View file @
9887e8ec
...
...
@@ -7,17 +7,6 @@ to avoid certain eager import breakage.'''
from
__future__
import
annotations
import
importlib.metadata
import
signal
import
sys
def
register_signal_handlers
():
def
signal_handler
(
sig
,
frame
):
sys
.
exit
(
0
)
signal
.
signal
(
signal
.
SIGINT
,
signal_handler
)
signal
.
signal
(
signal
.
SIGTSTP
,
signal_handler
)
def
main
():
...
...
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