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
Thanks for making this amazing tool freely available.
I ran into the above exception with an antibody I was trying to model. When it was trying to do the refinement step it was throwing the CUDA error above.
I tracked down the problem to openmm. When I conda installed openmm, it installed cudatoolkit11.8 dependency by default. It seems like this toolkit was incompatible with my GPUs CUDA (11.6). When I specified 'conda install openmm cudatoolkit11.6' the error isn't thrown, at least on the initial sequence I was having issues with.
I'm not sure if anyone else has had this issue, but I though I would leave this here in case anyone else encounters it.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Brennan
Thanks for making this amazing tool freely available.
I ran into the above exception with an antibody I was trying to model. When it was trying to do the refinement step it was throwing the CUDA error above.
I tracked down the problem to openmm. When I conda installed openmm, it installed cudatoolkit11.8 dependency by default. It seems like this toolkit was incompatible with my GPUs CUDA (11.6). When I specified 'conda install openmm cudatoolkit11.6' the error isn't thrown, at least on the initial sequence I was having issues with.
I'm not sure if anyone else has had this issue, but I though I would leave this here in case anyone else encounters it.
Thanks!
The text was updated successfully, but these errors were encountered: