-
Notifications
You must be signed in to change notification settings - Fork 144
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
Make llm-vm such that we can install on google colab #152
Comments
Note that colab uses |
Trying to manually comment out the packages and see which is causing the issue. |
Found out the issue. It is due to flask package Line 20 in d188e72
It is causing
Replacing it with |
To be able to properly run LLM-VM on jupyter notebooks (also colab) it would be necessary to refactor the way the arguments are parsed. I created a story for that #176 |
I wanted to get this done but wasnt able to finish. So if anyone wants to finish trying to make anarchy usable in google colab maybe this helps https://colab.research.google.com/drive/1LGBspWILLrpedJ3GRBSnr4G1_pFV88om |
@dafinley will take a shot at it |
This was mentioned by @INF800 last month the task is to get it done without the need for restarting the session. |
Ahh. At least we have a path forward now. |
With the downgrade of flask + #176 it is working properly in colab, but the proper solution would be #177
There is a link to a colab notebook to test it |
causes
The text was updated successfully, but these errors were encountered: