From 4fac202059a5c73bec1589511d7bdf498f0b39fc Mon Sep 17 00:00:00 2001 From: henk717 Date: Tue, 18 Jan 2022 01:48:40 +0100 Subject: [PATCH] TPU Colab --- colab/TPU.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colab/TPU.ipynb b/colab/TPU.ipynb index f7781b54..2466bf51 100644 --- a/colab/TPU.ipynb +++ b/colab/TPU.ipynb @@ -50,7 +50,7 @@ "#@title <-- Click this to start KoboldAI\n", "Model = \"Adventure 6B\" #@param [\"Skein 6B\", \"Adventure 6B\", \"Lit 6B\", \"Generic 6B\", \"C1 6B\"]\n", "Version = \"United\" #@param [\"Official\", \"United\"] {allow-input: true}\n", - "Drive = \"Extracted (Faster Loading)\" #@param [\"Unextracted (Less Space)\", \"Extracted (Faster Loading)\"]\n", + "Drive = \"Unextracted (Less Space)\" #@param [\"Unextracted (Less Space)\", \"Extracted (Faster Loading)\"]\n", "#@markdown Extracted models take up more space but load faster the next time you use them, not all models use your Google Drive. See the Model list below for descriptions and space requirements. If your extracted model does not load the next time you try to launch KoboldAI delete the folder from your Google Drive and ensure enough space is available.\n", "\n", "if Model == \"Skein 6B\":\n", @@ -58,13 +58,13 @@ " location = \"colab\"\n", " download = \"-a https://storage.henk.tech/KoboldAI/skein-jax.txt\"\n", " extract = \"\"\n", - " Drive = \"colab\"\n", + " Drive = \"Unextracted (Less Space)\"\n", "if Model == \"Adventure 6B\":\n", " path = \"gpt-j-6b-adventure-jax\"\n", " location = \"colab\"\n", " download = \"-a https://api.wandb.ai/files/ve-forbryderne/adventure/carol-data/models/gpt-j-6b-adventure-jax/aria2.txt\"\n", " extract = \"\"\n", - " Drive = \"colab\"\n", + " Drive = \"Unextracted (Less Space)\"\n", "if Model == \"Lit 6B\":\n", " path = \"gpt-j-6b-lit-jax\"\n", " location = \"drive\"\n",