Fix the colab notebook

This commit is contained in:
oobabooga 2025-03-29 19:17:14 -07:00
parent 9b80d1d6c2
commit bb1905ebc5

View file

@ -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",