diff --git a/Colab-TextGen-GPU.ipynb b/Colab-TextGen-GPU.ipynb index 50a6fbd1..c4fba4e8 100644 --- a/Colab-TextGen-GPU.ipynb +++ b/Colab-TextGen-GPU.ipynb @@ -56,7 +56,6 @@ "import torch\n", "from pathlib import Path\n", "\n", - "#\n", "if Path.cwd().name != 'text-generation-webui':\n", " print(\"Installing the webui...\")\n", "\n", @@ -79,7 +78,7 @@ " !pip install -r extensions/api/requirements.txt --upgrade\n", " !pip install -r temp_requirements.txt --upgrade\n", "\n", - " print(\"\\033[1;32;1m\\n --> If you see a warning about \\\"previously imported packages\\\", just ignore it.\\n\\033[0;37;0m\")\n", + " print(\"\\033[1;32;1m\\n --> If you see a warning about \\\"previously imported packages\\\", just ignore it.\\n\\033[0;37;0m\")", " print(\"\\033[1;32;1m\\n --> There is no need to restart the runtime.\\n\\033[0;37;0m\")\n", "\n", " try:\n",