Closed YoshitakaMo closed 3 days ago
Hey, thanks for reporting, I will push a fix shortly -- we had an implicit type cast in the code. This is the fix:
std::uint64_t* start = &(*keep_indices->begin());
Fix pushed in https://github.com/google-deepmind/alphafold3/commit/0b11bb96bb1c9f73993497e90f3eccfd72fef4b5.
Thanks again for reporting, I will make sure to acknowledge you in the release notes!
I've found a build error of alphafold3 on macOS with python3.11.
After this, I tried to install alphafold3 with pip, but a build error occurred:
This error occurs on Apple M3 Pro & macOS Sonoma 14.7.1. My Pull Request fixed this issue. Of course I understand that alphafold3 does not work on macOS because jax-triton requires NVIDIA GPU. However, I hope this fix helps for simple test on macOS.