Skip to content

Commit 6f4cbea

Browse files
committed
use --extra-index-url to allow searching for both PyPI and the given
url
1 parent 8ba6197 commit 6f4cbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/packaging/pre_build_nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python -c "import torch; print(f'PyTorch version: {torch.__version__}')"
1515
# 2. Install torchtitan nightly
1616
echo "Installing torchtitan nightly..."
1717
pip install --pre torchtitan \
18-
--index-url https://download.pytorch.org/whl/nightly/cu128
18+
--extra-index-url https://download.pytorch.org/whl/nightly/cu128
1919

2020
# 3. Install torchmonarch-nightly
2121
echo "Installing torchmonarch-nightly..."

0 commit comments

Comments
 (0)