A gradio web UI for running Large Language Models like GPT-J 6B, OPT, GALACTICA, GPT-Neo, and Pygmalion. - text-generation-webui/Colab-TextGen-GPU.ipynb at main · xanthousm/text-generation-webui
Killing tunnel 0.0.0.0:7860 <>https://d821d49b384b770ad1.gradio.live/ it run on cpu on colab git clonehttps://github.com/oobabooga/text-generation-webui.git pip install -r /content/text-generation-webui/requirements_cpu_only_noavx2.txt pip install -r /content/text-generation-webui/r...
The 3rd step on the Google Colab Doc keeps getting the same error (server.py: error: unrecognized arguments: --cai-chat), thus the link to the text generator doesn't load. Is there an existing issue for this? I have searched the existing issues Reproduction Step 1: Click on the first...
When using thegoogle colabfor XTTS_v2 that is linked in theofficial tutorialit throws an error in the second step: ImportError: tokenizers>=0.19,<0.20 is required for a normal functioning of this module, but found tokenizers==0.14.1. Is there an existing issue for this? I have searched ...