File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515if [ " x${BUILD_PROFILE} " == " xintel" ]; then
1616 EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717fi
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-
2618EXTRA_PIP_INSTALL_FLAGS+=" --no-build-isolation"
2719
2820installRequirements
Original file line number Diff line number Diff line change @@ -23,11 +23,4 @@ if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
2323 PY_STANDALONE_TAG=" 20251120"
2424fi
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-
3326installRequirements
Original file line number Diff line number Diff line change @@ -16,11 +16,4 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1616 EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717fi
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-
2619installRequirements
Original file line number Diff line number Diff line change @@ -16,13 +16,6 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
1616 EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
1717fi
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-
2619if [ " x${BUILD_TYPE} " == " xcublas" ] || [ " x${BUILD_TYPE} " == " xl4t" ]; then
2720 export CMAKE_ARGS=" -DGGML_CUDA=on"
2821fi
Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ if [ "x${BUILD_PROFILE}" == "xl4t13" ]; then
2323 PY_STANDALONE_TAG=" 20251120"
2424fi
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-
3326installRequirements
3427
3528git clone https://github.com/microsoft/VibeVoice.git
You can’t perform that action at this time.
0 commit comments