FastFold
FastFold copied to clipboard
Warning: Torch did not find available GPUs on this system.
Hi,
When I installed fastfold, I meet the following problem.

I think it's because I don't have a cuda environment on the cluster server (cpu node, non-root user) (but the code can be submitted to the gpu node to run). Is there any solution please?
Thanks!
I think you need CUDA environment to install fastfold. You can try to use spack install cuda for you non-root cpu node. Or you can submitted the installation to the gpu node.
If the cluster use environment module to manage the software stack, you can directly use some command like module load cuda on your cpu node.
ok,thx!