vllm.entrypoints.launchers.render.entry ¶
Functions:
-
build_and_serve_renderer–Build FastAPI app for a CPU-only render server, initialize state, and
-
run_launch_fastapi–Run the online serving layer with FastAPI (no GPU inference).
build_and_serve_renderer(vllm_config, listen_address, sock, args, **uvicorn_kwargs) async ¶
Build FastAPI app for a CPU-only render server, initialize state, and start serving.
Returns the shutdown task for the caller to await.
Source code in vllm/entrypoints/launchers/render/entry.py
run_launch_fastapi(args) async ¶
Run the online serving layer with FastAPI (no GPU inference).