diff --git a/app/server/main.cpp b/app/server/main.cpp index b1d5e49a4..8fe29f694 100644 --- a/app/server/main.cpp +++ b/app/server/main.cpp @@ -70,6 +70,8 @@ void print_help() { << " --no-ui disable the embedded WebUI\n" << " --ui-management allow WebUI model management and downloads; requires\n" << " AUDIOCPP_BUILD_NATIVE_MODEL_MANAGER=ON at build time\n" + << " --host server bind address; default 127.0.0.1\n" + << " --port server listening port; default 8080\n" << " --backend cpu|cuda|hip|rocm|vulkan|metal default cuda (rocm is an alias for hip)\n" << " --list-devices list available backend devices and exit\n" << " --busy-timeout-ms fail a request with 503 when the model has been\n"