File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191 run : ${CONDA_RUN} python -m pip install --upgrade pip
9292 - name : Install PyTorch
9393 run : |
94- ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly /cu${{ env.cuda_version_without_periods }}
94+ ${CONDA_RUN} python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu${{ env.cuda_version_without_periods }}
9595 ${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
9696 - name : Install torchcodec from the wheel
9797 run : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 run : ${CONDA_RUN} python -m pip install --upgrade pip
110110 - name : Install PyTorch
111111 run : |
112- ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly /cu${{ env.cuda_version_without_periods }}
112+ ${CONDA_RUN} python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu${{ env.cuda_version_without_periods }}
113113 ${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
114114 - name : Install torchcodec from the wheel
115115 run : |
Original file line number Diff line number Diff line change 8181 run : python -m pip install --upgrade pip
8282 - name : Install PyTorch
8383 run : |
84- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
84+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
8585 - name : Install torchcodec from the wheel
8686 run : |
8787 wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
Original file line number Diff line number Diff line change 8585
8686 - name : Install PyTorch
8787 run : |
88- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
88+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
8989
9090 - name : Install torchcodec from the wheel
9191 run : |
You can’t perform that action at this time.
0 commit comments