From 2c3b302de5ed1a00eac43ba4c338d85c5cf32978 Mon Sep 17 00:00:00 2001 From: chaofengw Date: Fri, 11 Sep 2026 13:07:06 +0000 Subject: [PATCH] test(ci): add GPT-2 live-fire payload Add a comment-only GPT-2 family change to exercise the ordered Community CPU and GPU pipeline introduced by #1262. This commit does not change model behavior or validation criteria. Signed-off-by: chaofengw --- families/gpt2/support.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/families/gpt2/support.py b/families/gpt2/support.py index 17608142ed..050c0d59fd 100644 --- a/families/gpt2/support.py +++ b/families/gpt2/support.py @@ -3,6 +3,9 @@ """Family-owned model and task support for gpt2.""" +# Comment-only live-fire payload for the ordered Community CI introduced in +# PR #1262. This does not change GPT-2 support or runtime behavior. + from tensorrt_model_connect.model_support import family_support