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!
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!