Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got this error when I excute python gradio_app.py #99

Open
modernbaby opened this issue Jun 28, 2023 · 0 comments
Open

I got this error when I excute python gradio_app.py #99

modernbaby opened this issue Jun 28, 2023 · 0 comments

Comments

@modernbaby
Copy link

Traceback (most recent call last):
File "/opt/conda/envs/draggan/lib/python3.7/site-packages/torch/init.py", line 172, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File "/opt/conda/envs/draggan/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: /opt/conda/envs/draggan/lib/python3.7/site-packages/torch/lib/../../nvidia/cublas/lib/libcublas.so.11: symbol cublasLtHSHMatmulAlgoInit version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "gradio_app.py", line 3, in
import torch
File "/opt/conda/envs/draggan/lib/python3.7/site-packages/torch/init.py", line 217, in
_load_global_deps()
File "/opt/conda/envs/draggan/lib/python3.7/site-packages/torch/init.py", line 178, in _load_global_deps
_preload_cuda_deps()
File "/opt/conda/envs/draggan/lib/python3.7/site-packages/torch/init.py", line 158, in _preload_cuda_deps
ctypes.CDLL(cublas_path)
File "/opt/conda/envs/draggan/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: /opt/conda/envs/draggan/lib/python3.7/site-packages/nvidia/cublas/lib/libcublas.so.11: symbol cublasLtHSHMatmulAlgoInit version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant