mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-29 03:44:30 +01:00
Fix the colab notebook
This commit is contained in:
parent
9b80d1d6c2
commit
bb1905ebc5
|
|
@ -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…
Reference in a new issue