diff --git a/colab/GPU.ipynb b/colab/GPU.ipynb
index 5d37c36e8..7e4187f1b 100644
--- a/colab/GPU.ipynb
+++ b/colab/GPU.ipynb
@@ -16,6 +16,17 @@
"gpuClass": "standard"
},
"cells": [
+ {
+ "cell_type": "markdown",
+ "source": [
+ "TavernAI https://github.com/TavernAI/TavernAI
\n",
+ "KoboldAI https://github.com/KoboldAI/KoboldAI-Client
\n",
+ "Colab https://colab.research.google.com/github/TavernAI/TavernAI/blob/main/colab/GPU.ipynb
"
+ ],
+ "metadata": {
+ "id": "d-Yihz3hAb2E"
+ }
+ },
{
"cell_type": "code",
"execution_count": null,
@@ -24,13 +35,13 @@
},
"outputs": [],
"source": [
- "#@title <-- Select your model below and then click this to start KoboldAI\n",
- "#@markdown You can find a description of the models below along with instructions on how to start KoboldAI.\n",
+ "#@title TavernAI\n",
+ "#@markdown <-(≖ ‸ ≖ ✿)\n",
"\n",
"Model = \"Pygmalion 6B\" #@param [\"Nerys V2 6B\", \"Erebus 6B\", \"Skein 6B\", \"Janeway 6B\", \"Adventure 6B\", \"Pygmalion 6B\", \"Pygmalion 6B Dev\", \"Lit V2 6B\", \"Lit 6B\", \"Shinen 6B\", \"Nerys 2.7B\", \"AID 2.7B\", \"Erebus 2.7B\", \"Janeway 2.7B\", \"Picard 2.7B\", \"Horni LN 2.7B\", \"Horni 2.7B\", \"Shinen 2.7B\", \"OPT 2.7B\", \"Fairseq Dense 2.7B\", \"Neo 2.7B\"] {allow-input: true}\n",
- "Version = \"Official\" #@param [\"Official\", \"United\"] {allow-input: true}\n",
- "Provider = \"Cloudflare\" #@param [\"Localtunnel\", \"Cloudflare\"]\n",
- "use_google_drive = False #@param {type:\"boolean\"}\n",
+ "Version = \"Official\" \n",
+ "Provider = \"Cloudflare\" \n",
+ "use_google_drive = False\n",
"\n",
"!nvidia-smi\n",
"import subprocess\n",