-
Notifications
You must be signed in to change notification settings - Fork 79
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
Encountered warnings in Stage 1 #122
Comments
can you check the CUDA, flax, and jax version in your conda environment? |
Cuda: 12.2 The warning didnot terminate the program, and it will show up in the beginning of each stage1. |
Can you try downgrading jax and jaxlib to 0.4.27 or below? |
I had the same issue, with 0.4.34 and below the error went away for me! |
I tried to downgrade jax and jaxlib, then the problem changed to jax cannot recognize GPU. It seems the cuda should be downgraded, too. However, if I ignore the warning, the program still produced binders. It's annoying for config the cuda, so I'm going to ignore the warnings. By the way, using the install_bindcraft.sh script will always install the latest cuda and an incorrect jax, wich makes jax cannot recognize GPU. I tried in 2 different PC and got the same jax problem. After review your script, I found that the script install the cpu jax, not the gpu jax. The manual says that I need to know the cuda version(cuda12 for me) and then pip install jax[cuda12] , instead of install jax. Thats why I will install the 0.4.35 jax. Thanks a lot! |
Hello, when i run the example in my local PC, I got these output in stage 1:
the command I used was
python -u ./bindcraft.py --settings './settings_target/PDL1.json' --filters './settings_filters/default_filters.json' --advanced './settings_advanced/default_4stage_multimer.json'
, which is copied from your repo, and the json files are the original files without modified. The PDL1.pdb is copied to the path described in json.My OS is Ubuntu Desktop 24.04, with 32GB RAM and an Nvdia 3060.
Cuda version is 'Cuda compilation tools, release 12.0, V12.0.140'
However, the warning did not terminate the process. It seems calculating something but I don't know if the output is correct.
The full screen outputs:
The text was updated successfully, but these errors were encountered: