From e27f1370eb71f63034314a625e696a9b42e93d9c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 28 Nov 2025 09:34:05 +0100 Subject: [PATCH] chore(diffusers): Add PY_STANDALONE_TAG for l4t Python version (#7387) Signed-off-by: Ettore Di Giacinto --- backend/python/diffusers/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/python/diffusers/install.sh b/backend/python/diffusers/install.sh index ffa217edc..163a561fb 100755 --- a/backend/python/diffusers/install.sh +++ b/backend/python/diffusers/install.sh @@ -20,6 +20,7 @@ fi if [ "x${BUILD_PROFILE}" == "xl4t" ]; then PYTHON_VERSION="3.12" PYTHON_PATCH="12" + PY_STANDALONE_TAG="20251120" fi installRequirements