Skip to content

Commit a4d224d

Browse files
authored
Revert "chore(uv): add --index-strategy=unsafe-first-match to l4t" (#7936)
Revert "chore(uv): add --index-strategy=unsafe-first-match to l4t (#7934)" This reverts commit f5dee90.
1 parent 917c7aa commit a4d224d

5 files changed

Lines changed: 0 additions & 36 deletions

File tree

backend/python/chatterbox/install.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ fi
1515
if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1616
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717
fi
18-
19-
# This is here because the jetson-ai-lab.io PyPI mirror's root PyPI endpoint (pypi.jetson-ai-lab.io/root/pypi/)
20-
# returns 503 errors when uv tries to fall back to it for packages not found in the specific subdirectory.
21-
# We need uv to continue falling through to the official PyPI index when it encounters these errors.
22-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
23-
EXTRA_PIP_INSTALL_FLAGS+=" --index-strategy=unsafe-first-match"
24-
fi
25-
2618
EXTRA_PIP_INSTALL_FLAGS+=" --no-build-isolation"
2719

2820
installRequirements

backend/python/diffusers/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,4 @@ if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
2323
PY_STANDALONE_TAG="20251120"
2424
fi
2525

26-
# This is here because the jetson-ai-lab.io PyPI mirror's root PyPI endpoint (pypi.jetson-ai-lab.io/root/pypi/)
27-
# returns 503 errors when uv tries to fall back to it for packages not found in the specific subdirectory.
28-
# We need uv to continue falling through to the official PyPI index when it encounters these errors.
29-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
30-
EXTRA_PIP_INSTALL_FLAGS+=" --index-strategy=unsafe-first-match"
31-
fi
32-
3326
installRequirements

backend/python/kokoro/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,4 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1616
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717
fi
1818

19-
# This is here because the jetson-ai-lab.io PyPI mirror's root PyPI endpoint (pypi.jetson-ai-lab.io/root/pypi/)
20-
# returns 503 errors when uv tries to fall back to it for packages not found in the specific subdirectory.
21-
# We need uv to continue falling through to the official PyPI index when it encounters these errors.
22-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
23-
EXTRA_PIP_INSTALL_FLAGS+=" --index-strategy=unsafe-first-match"
24-
fi
25-
2619
installRequirements

backend/python/neutts/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1616
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717
fi
1818

19-
# This is here because the jetson-ai-lab.io PyPI mirror's root PyPI endpoint (pypi.jetson-ai-lab.io/root/pypi/)
20-
# returns 503 errors when uv tries to fall back to it for packages not found in the specific subdirectory.
21-
# We need uv to continue falling through to the official PyPI index when it encounters these errors.
22-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
23-
EXTRA_PIP_INSTALL_FLAGS+=" --index-strategy=unsafe-first-match"
24-
fi
25-
2619
if [ "x${BUILD_TYPE}" == "xcublas" ] || [ "x${BUILD_TYPE}" == "xl4t" ]; then
2720
export CMAKE_ARGS="-DGGML_CUDA=on"
2821
fi

backend/python/vibevoice/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
2323
PY_STANDALONE_TAG="20251120"
2424
fi
2525

26-
# This is here because the jetson-ai-lab.io PyPI mirror's root PyPI endpoint (pypi.jetson-ai-lab.io/root/pypi/)
27-
# returns 503 errors when uv tries to fall back to it for packages not found in the specific subdirectory.
28-
# We need uv to continue falling through to the official PyPI index when it encounters these errors.
29-
if [ "x${BUILD_PROFILE}" == "xl4t12" ] || [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
30-
EXTRA_PIP_INSTALL_FLAGS+=" --index-strategy=unsafe-first-match"
31-
fi
32-
3326
installRequirements
3427

3528
git clone https://github.com/microsoft/VibeVoice.git

0 commit comments

Comments
 (0)