sokrypton / ColabFold

Making Protein folding accessible to all!
MIT License
1.96k stars 493 forks source link

Alphafold_batch #557

Open tushar-ahmed opened 9 months ago

tushar-ahmed commented 9 months ago

2024-01-22 21:33:14,662 Unable to initialize backend 'rocm': NOT_FOUND: Could not find registered platform with name: "rocm". Available platform names are: CUDA 2024-01-22 21:33:14,665 Unable to initialize backend 'tpu': INTERNAL: Failed to open libtpu.so: libtpu.so: cannot open shared object file: No such file or directory

I am getting this error. Could someone help please?

YoshitakaMo commented 9 months ago

This is just a warning message and not harmful to your prediction. But I've just fixed this issue to suppress the messages.

tushar-ahmed commented 9 months ago

Thank you for responding promptly. When I submit my sequences in batches, I am not obtaining any results. The code completes its execution within seconds, but no structure is generated. The only thing that appears is a warning message. What I am missing here?

milot-mirdita commented 9 months ago

Could you show the directory structure of your input folder? There is probably something wrong there.