-
Notifications
You must be signed in to change notification settings - Fork 141
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
CUDA12.6, gcc9.4, but "There was an error before creating cudnn handle (500): cudaErrorSymbolNotFound : named symbol not found" #272
Comments
I am getting the same error! did you manage to fix this? I have |
I remember the problem in my case is I didn't activate CUDA environment in my HPC environment when I installed the localcolabfold. |
Hi, I'm worning in an HPC and I have the same problem, trying with a conda installation and got to the point that this
I tried with loading a CUDA module first but it doesn't work. and also I tried to match the cudnn and cuda versions to the tensorflow version following this table but I still get the same error. |
hi, im unclear about you hpc environment. maybe you should make sure the environment has gpu, cuda and good internet connection when you install the tool. |
We encountered a similar issue where the first errors were showing "Attempting to register factory for plugin cuDNN when one has already been registered" followed by errors with code 500 cudaErrorSymbolNotFound. Upon referencing this tensorflow issues thread, we found that ensuring tensorflow version 2.16.1 and cuDNN version 8.9 worked for us with our 12.1 drivers and nvcc. |
Caution: Please only report your issue related to the installation on your local PC or macOS. If you can get the help message by
colabfold_batch --help
or run a test prediction successfully, your installation is successful. Requests or questions regarding ColabFold features should be directed to ColabFold repo's issues.What is your installation issue?
I firstly executed:
colabfold_batch myfa0.fa myfa0_out --msa-only
works. However, thenComputational environment
/usr/local/cuda/bin/nvcc --version
.)To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: