You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple cmake_* CI and unittest_linux_gpu_py3.8 jobs fail with:
OSError: libcublas.so.11: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/circleci/project/env/lib/python3.8/site-packages/torch/__init__.py", line 218, in <module>
_load_global_deps()
File "/home/circleci/project/env/lib/python3.8/site-packages/torch/__init__.py", line 179, in _load_global_deps
_preload_cuda_deps()
File "/home/circleci/project/env/lib/python3.8/site-packages/torch/__init__.py", line 159, in _preload_cuda_deps
ctypes.CDLL(cublas_path)
UnboundLocalError: local variable 'cublas_path' referenced before assignment
🐛 Describe the bug
Multiple
cmake_*
CI andunittest_linux_gpu_py3.8
jobs fail with:Versions
Latest main
cc @seemethere
The text was updated successfully, but these errors were encountered: