Colab deprecation notice

This commit is contained in:
SillyLossy
2023-04-07 00:03:53 +03:00
parent b7e1f67fd9
commit 8ef11290f5

View File

@@ -7,7 +7,13 @@
"id": "d-Yihz3hAb2E"
},
"source": [
"https://colab.research.google.com/github/Cohee1207/TavernAI-extras/blob/main/colab/GPU.ipynb<br>\n",
"** IMPORTANT! Read first:**\n",
"\n",
"**THIS COLAB IS BEING DEPRECATED:**\n",
"\n",
"Use new link for SillyTavern colab:\n",
"\n",
"https://colab.research.google.com/github/Cohee1207/SillyTavern/blob/main/colab/GPU.ipynb\n",
"\n",
"Works with:<br>\n",
"KoboldAI https://github.com/KoboldAI/KoboldAI-Client<br>\n",
@@ -179,20 +185,13 @@
" print(\"Model loading... (It will take 2 - 5 minutes)\")\n",
"\n",
"params = []\n",
"\n",
"params.append('--cpu')\n",
"\n",
"ExtrasModules = []\n",
"\n",
"if (extras_enable_poe):\n",
" ExtrasModules.append('poe')\n",
"\n",
"if (extras_enable_captioning):\n",
" ExtrasModules.append('caption')\n",
"\n",
"if (extras_enable_memory):\n",
" ExtrasModules.append('summarize')\n",
"\n",
"if (extras_enable_emotions):\n",
" ExtrasModules.append('classify')\n",
"\n",