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 9ebf2c2 commit 125a0acCopy full SHA for 125a0ac
.github/workflows/unittest-linux-cpu.yml
@@ -62,6 +62,8 @@ jobs:
62
PYTORCH_WHEEL_INDEX="https://download.pytorch.org/whl/${UPLOAD_CHANNEL}/cpu"
63
python -m pip install --pre torch torchcodec --index-url="${PYTORCH_WHEEL_INDEX}"
64
python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}")'
65
+ ls -la /opt/conda/envs/ci_env/lib/python3.11/site-packages/torchcodec/
66
+ ldd /opt/conda/envs/ci_env/lib/python3.11/site-packages/torchcodec/libtorchcodec_core7.so
67
python -c 'import torchcodec; print(f"{torchcodec.__version__}"); print(f"{torchcodec.__file__}")'
68
echo "::endgroup::"
69
0 commit comments