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