File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 run : python -m pip install --upgrade pip
8383 - name : Install PyTorch
8484 run : |
85- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
85+ python -m pip install torch --index-url https://download.pytorch.org/whl/test/ cpu
8686 - name : Install torchcodec from the wheel
8787 run : |
8888 wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
Original file line number Diff line number Diff line change 8787
8888 - name : Install PyTorch
8989 run : |
90- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
90+ python -m pip install torch --index-url https://download.pytorch.org/whl/test/ cpu
9191
9292 - name : Install torchcodec from the wheel
9393 run : |
Original file line number Diff line number Diff line change 8989 run : python -m pip install --upgrade pip
9090 - name : Install PyTorch
9191 run : |
92- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
92+ python -m pip install torch --index-url https://download.pytorch.org/whl/test/ cpu
9393 - name : Install torchcodec from the wheel
9494 run : |
9595 wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
You can’t perform that action at this time.
0 commit comments