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 d2d8467 commit 75e9edcCopy full SHA for 75e9edc
.github/workflows/linux_cuda_wheel.yaml
@@ -89,7 +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()=}")'
+ ${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); 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