From 05741821a500132addc1fdfdc409b66804358df2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 22 Oct 2023 08:44:05 -0700 Subject: [PATCH] Minor colab changes --- Colab-TextGen-GPU.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",