Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RoseTTAFold.ipynb crashes at "Install and import libraries" step in the google colab #591

Open
shafayetrahat opened this issue Mar 17, 2024 · 2 comments

Comments

@shafayetrahat
Copy link

shafayetrahat commented Mar 17, 2024

Expected Behavior

RoseTTAFold.ipynb should install the dependencies and predict the protein structure

Current Behavior

RoseTTAFold.ipynb crashes at "Install and import libraries" step in google colab

Steps to Reproduce (for bugs)

After running the RoseTTAFold.ipynb in google colab you will see this error directly

ColabFold Output (for bugs)

image

Context

Possible reason is upgrade of google colab cuda driver from cuda 11 to cuda 12.
" %shell pip install -q dgl-cu113 -f https://data.dgl.ai/wheels/repo.html" This line can be the origin of the problem. Probably, need to change the dgl library and pytorch library to cuda12. Also, may need to change the rosettafold function accordingly.

@sokrypton
Copy link
Owner

We've updated the notebook, can you try again at:
https://colab.research.google.com/github/sokrypton/ColabFold/blob/main/RoseTTAFold2.ipynb

@shafayetrahat
Copy link
Author

I am not using rosettafold2. Using rosettafold in google colab. https://colab.research.google.com/github/sokrypton/ColabFold/blob/main/RoseTTAFold.ipynb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants