Skip to content

Commit 383312b

Browse files
authored
chore(l4t-12): do not use python 3.12 (wheels are only for 3.10) (#7928)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent b736db4 commit 383312b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/python/diffusers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1717
fi
1818

1919
# Use python 3.12 for l4t
20-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
20+
if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
2121
PYTHON_VERSION="3.12"
2222
PYTHON_PATCH="12"
2323
PY_STANDALONE_TAG="20251120"

backend/python/vibevoice/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1717
fi
1818

1919
# Use python 3.12 for l4t
20-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
20+
if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
2121
PYTHON_VERSION="3.12"
2222
PYTHON_PATCH="12"
2323
PY_STANDALONE_TAG="20251120"

0 commit comments

Comments
 (0)