We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b736db4 commit 383312bCopy full SHA for 383312b
2 files changed
backend/python/diffusers/install.sh
@@ -17,7 +17,7 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
17
fi
18
19
# Use python 3.12 for l4t
20
-if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
+if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
21
PYTHON_VERSION="3.12"
22
PYTHON_PATCH="12"
23
PY_STANDALONE_TAG="20251120"
backend/python/vibevoice/install.sh
0 commit comments