Lim Heo
Lim Heo
One of my friends encountered the same issue. The problem is the variable "paired_msa" is None. I think this code [block](https://github.com/sokrypton/ColabFold/blob/0a7b11137dda693263f2eebd8c83f7b91af301f0/colabfold/batch.py#L837) should be fixed in either way: ```python if is_complex...
With -arch=sm_70, I could compile it, but the compiled version failed to run on GTX980Ti. By using -arch=sm_50, I succeeded to run it.
@bognabognabogna I think it is a completely different issue with your MacOS environment. Please check this out. https://stackoverflow.com/questions/26185978/macos-wchar-h-file-not-found
I apologize for very late response. The CUDA version that Google Colab uses has been updated to 12, while the previous notebook installed dependencies with CUDA 11. I created a...