mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-03 18:40:16 +00:00
Colab deprecation notice
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user