We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca956c commit 2592372Copy full SHA for 2592372
.github/workflows/linux_cuda_wheel.yaml
@@ -81,7 +81,10 @@ jobs:
81
run: python -m pip install --upgrade pip
82
- name: Install PyTorch
83
run: |
84
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
+ python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version }}
85
+ - name: Install cuda dependencies
86
+ run: |
87
+ conda install --yes nvidia::libnpp
88
- name: Install torchcodec from the wheel
89
90
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
0 commit comments