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 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 --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/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 8686
8787 - name : Install PyTorch
8888 run : |
89- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
89+ python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
9090
9191 - name : Install torchcodec from the wheel
9292 run : |
Original file line number Diff line number Diff line change 9090 run : python -m pip install --upgrade pip
9191 - name : Install PyTorch
9292 run : |
93- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
93+ python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
9494 - name : Install torchcodec from the wheel
9595 run : |
9696 wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
You can’t perform that action at this time.
0 commit comments