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 8886a0f commit d2d8467Copy full SHA for d2d8467
.github/workflows/linux_cuda_wheel.yaml
@@ -89,6 +89,7 @@ jobs:
89
- name: Install PyTorch
90
run: |
91
${CONDA_RUN} python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
92
+ ${CONDA_RUN} python -c 'import torch; print(f"{torch.cuda.is_available()=}")'
93
- name: Install torchcodec from the wheel
94
95
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
0 commit comments