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 26d70a4 commit c98878bCopy full SHA for c98878b
.github/workflows/linux_cuda_wheel.yaml
@@ -88,8 +88,7 @@ jobs:
88
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
89
- name: Install cuda dependencies
90
run: |
91
- conda install --yes nvidia::libnpp
92
- conda install --yes nvidia::cuda-nvrtc
+ conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
93
- name: Install torchcodec from the wheel
94
95
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
0 commit comments