From 5cc065d43c5f85ef133c7c1767f9f41a3c7b318c Mon Sep 17 00:00:00 2001 From: henk717 Date: Tue, 18 Jan 2022 01:45:25 +0100 Subject: [PATCH] Location Fixes --- colab/TPU.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/colab/TPU.ipynb b/colab/TPU.ipynb index 8e3cc24c..f7781b54 100644 --- a/colab/TPU.ipynb +++ b/colab/TPU.ipynb @@ -48,9 +48,9 @@ "outputs": [], "source": [ "#@title <-- Click this to start KoboldAI\n", - "Model = \"Skein 6B\" #@param [\"Skein 6B\", \"Adventure 6B\", \"Lit 6B\", \"Generic 6B\", \"C1 6B\"]\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 = \"Unextracted (Less Space)\" #@param [\"Unextracted (Less Space)\", \"Extracted (Faster Loading)\"]\n", + "Drive = \"Extracted (Faster Loading)\" #@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", - " xloc = \"colab\"\n", + " Drive = \"colab\"\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", - " xloc = \"colab\"\n", + " Drive = \"colab\"\n", "if Model == \"Lit 6B\":\n", " path = \"gpt-j-6b-lit-jax\"\n", " location = \"drive\"\n",