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

Colab broken by version skew #433

Closed
vaclavhanzl opened this issue Apr 27, 2024 · 1 comment
Closed

Colab broken by version skew #433

vaclavhanzl opened this issue Apr 27, 2024 · 1 comment

Comments

@vaclavhanzl
Copy link
Contributor

vaclavhanzl commented Apr 27, 2024

Colab is broken. Please consider my PR #432 which makes it work again.

Colab now fails with module 'numpy' has no attribute 'object' because the depricated np.object now throws error, not just warning as before. This is fixed in the main branch however it does not work with the current Colab code either. My PR fixes it by using the latest commit from the pl_upgrades branch which uses new versions suitable for the current Colab environment.

In the longer term we likely first want the pl_upgrades branch merged to main and then maybe we want something from the current multimer-colab-patch branch (the commit used so far is the top of this branch). But the Colab is a very ephemeral thing anyway (standing on the ever changing Colab environment) so I would do whatever works for the moment (e.g. my PR now).

@vaclavhanzl
Copy link
Contributor Author

Thanks for the merge @jnwei. I managed to run the Colab inference so I am closing this.

(It first failed two times during "Search against genetic databases" with error like ContentTooShortError: <urlopen error retrieval incomplete: got only 774946666 out of 1073741860 bytes> but I know this happens randomly during the busy US hours. Then I tried third time when US slept and succeeded. In all cases it went OK through parts which I reported as failing in this issue.)

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

1 participant