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 aedbcbd commit 35fb39fCopy full SHA for 35fb39f
.github/scripts/cmake.sh
@@ -46,6 +46,9 @@ fi
46
echo '::group::Prepare CMake builds'
47
mkdir -p cpp_build
48
49
+ldd /opt/conda/envs/ci/lib/python3.9/site-packages/torchvision/image.so
50
+ldd /opt/conda/envs/ci/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so
51
+
52
pushd examples/cpp
53
python script_model.py
54
mkdir -p build
0 commit comments