Skip to content

Commit e27f137

Browse files
authored
chore(diffusers): Add PY_STANDALONE_TAG for l4t Python version (#7387)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent 1a53fd2 commit e27f137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/python/diffusers/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fi
2020
if [ "x${BUILD_PROFILE}" == "xl4t" ]; then
2121
PYTHON_VERSION="3.12"
2222
PYTHON_PATCH="12"
23+
PY_STANDALONE_TAG="20251120"
2324
fi
2425

2526
installRequirements

0 commit comments

Comments
 (0)