Skip to content

Commit 125a0ac

Browse files
committed
debug torchcodec
1 parent 9ebf2c2 commit 125a0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest-linux-cpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
PYTORCH_WHEEL_INDEX="https://download.pytorch.org/whl/${UPLOAD_CHANNEL}/cpu"
6363
python -m pip install --pre torch torchcodec --index-url="${PYTORCH_WHEEL_INDEX}"
6464
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
6567
python -c 'import torchcodec; print(f"{torchcodec.__version__}"); print(f"{torchcodec.__file__}")'
6668
echo "::endgroup::"
6769

0 commit comments

Comments
 (0)