mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
Fix the colab notebook
This commit is contained in:
parent
9b80d1d6c2
commit
bb1905ebc5
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
"from pathlib import Path\n",
|
||||
"\n",
|
||||
"os.environ.pop('PYTHONPATH', None)\n",
|
||||
"os.environ.pop('MPLBACKEND', None)\n",
|
||||
"\n",
|
||||
"if Path.cwd().name != 'text-generation-webui':\n",
|
||||
" print(\"\\033[1;32;1m\\n --> Installing the web UI. This will take a while, but after the initial setup, you can download and test as many models as you like.\\033[0;37;0m\\n\")\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue