From 2f4a71daf200f4840d11435d932c676e943f2de3 Mon Sep 17 00:00:00 2001 From: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:06:10 -0800 Subject: [PATCH] [Misc] Add In-Container restart capability through supervisord for sagemaker entrypoint (#28502) Signed-off-by: Shen Teng Signed-off-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com> --- examples/online_serving/sagemaker-entrypoint.sh | 2 +- requirements/common.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/online_serving/sagemaker-entrypoint.sh b/examples/online_serving/sagemaker-entrypoint.sh index 1a6b6780e..2643b3d9e 100644 --- a/examples/online_serving/sagemaker-entrypoint.sh +++ b/examples/online_serving/sagemaker-entrypoint.sh @@ -21,4 +21,4 @@ while IFS='=' read -r key value; do done < <(env | grep "^${PREFIX}") # Pass the collected arguments to the main entrypoint -exec vllm serve "${ARGS[@]}" \ No newline at end of file +exec standard-supervisor vllm serve "${ARGS[@]}" \ No newline at end of file diff --git a/requirements/common.txt b/requirements/common.txt index 26d53f80a..743e72af3 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -49,7 +49,7 @@ ijson # Required for mistral streaming tool parser setproctitle # Used to set process names for better debugging and monitoring openai-harmony >= 0.0.3 # Required for gpt-oss anthropic == 0.71.0 -model-hosting-container-standards >= 0.1.10, < 1.0.0 +model-hosting-container-standards >= 0.1.13, < 1.0.0 mcp grpcio>=1.76.0 grpcio-reflection>=1.76.0 \ No newline at end of file