Closed mrdc closed 1 year ago
Some time has passed since I made the colab, after my exam on friday I'll check it.
This is caused by the EdgeGpt version auto-check, for now it need to be edited/removed to work on colab. For now you can download the extension script fom extensions>EdgeGpt>script.py
, and delete the lines from 14 to 29, then upload the file where it was (in extensions>EdgEpt
). This way it won't require conda the version of EdgeGpt, since colab has no conda, I think.
After you uploaded the edited file, run again the webui (without installing everything again, or it will undo what you did)
If you want to delete lines from 14 to 29 tell me if it works
If you want to delete lines from 14 to 29 tell me if it works
Thanks, it works!
Hello,
I'm trying to test in the Colab (https://colab.research.google.com/github/GiusTex/EdgeGPT/blob/main/Text-generation-webui-EdgeGPT.ipynb), but I get this error:
EdgeGPT is installed:
Successfully installed BingImageCreator-0.4.4 EdgeGPT-0.12.1 socksio-1.0.0
Your fork is also installed:
Checked briefly and it looks like conda is missing. Do we actually need it when using Colab?