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
a0dce9383ab7de0015060fb9fedadeb7d8ffdfb9
a0dce9383ab7de0015060fb9fedadeb7d8ffdfb9
Switch branch/tag
vllm_cscc
vllm
server
__init__.py
Find file
Normal view
History
Permalink
__init__.py
57 Bytes
Edit
Web IDE
Newer
Older
[Frontend] Factor out code for running uvicorn (#6828)
Cyrus Leung
committed
Jul 27, 2024
1
2
3
from
.launch
import
serve_http
__all__
=
[
"serve_http"
]