I am installing caffe. I succeeded in running make all
and make test
, but when it comes to the make runtest
, I receive the error:
.build_release/tools/caffe: error while loading shared libraries: libcudart.so.7.5: cannot open shared object file: No such file or directory
make: *** [runtest] Error 127
What should I do about it? I am using these instructions.