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

RTX 3090 - libcublas.so.11: undefined symbol: free_gemm_select, version libcublasLt.so.11 #72

Open
johndpope opened this issue Jan 15, 2021 · 2 comments

Comments

@johndpope
Copy link

johndpope commented Jan 15, 2021

I'm running cuda 11.2 toolkit / 460 driver on ubuntu / pop-os

I clone repo - run pip install -r requirements.txt

free_gemm_select
libcublas.so.11: undefined symbol: free_gemm_select, version libcublasLt.so.11

@johndpope
Copy link
Author

johndpope commented Jan 23, 2021

you may have luck running in docker -

just switch out - /home/jp/Documents/styleganWorkspace for your cloned repo directory

#74

docker run --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 --gpus all -it --rm --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --mount type=bind,source="/home/jp/Documents/styleganWorkspace",target=/styleganWorkspace \ -v pwd:/var alae:latest

UPDATE
doesn't work / yet
RuntimeError: GLFW initialization failed (glfwInit() failed).
This may happen if you try to run bimpy on a headless machine

@RunyiYang
Copy link

I meet the same problem, did you solve it yet?
"OSError: /home/DISCOVER_summer2022/yangry/.conda/envs/syl_siren/lib/python3.6/site-packages/torch/lib/../../../../libcublas.so.11: undefined symbol: free_gemm_select, version libcublasLt.so.11
"

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

2 participants