RoseTTAFold icon indicating copy to clipboard operation
RoseTTAFold copied to clipboard

RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)

Open clear1111 opened this issue 4 months ago • 1 comments

I'm encountering a CUDA architecture compatibility error when running the structure prediction step with RoseTTAFold. My CUDA version is 12, here's the specific error: RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)

I've set up the environment according to the instructions, but I'm stuck at this step. Could you please help me troubleshoot this issue? Thank you so much for your assistance! 🙏

clear1111 avatar Aug 26 '25 02:08 clear1111

It might be a versioning issue with some of the dependencies, namely PyTorch.

Perhaps the solution here may help: conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia

rclune avatar Aug 29 '25 18:08 rclune