From 5d0120549672a07284aa55762995c515b9faae8c Mon Sep 17 00:00:00 2001 From: henk717 Date: Tue, 18 Jan 2022 01:19:23 +0100 Subject: [PATCH] Location Fixes --- colab/TPU.ipynb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/colab/TPU.ipynb b/colab/TPU.ipynb index 039a5c7c..8e3cc24c 100644 --- a/colab/TPU.ipynb +++ b/colab/TPU.ipynb @@ -58,11 +58,13 @@ " location = \"colab\"\n", " download = \"-a https://storage.henk.tech/KoboldAI/skein-jax.txt\"\n", " extract = \"\"\n", + " xloc = \"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", "if Model == \"Lit 6B\":\n", " path = \"gpt-j-6b-lit-jax\"\n", " location = \"drive\"\n", @@ -81,9 +83,9 @@ "\n", "\n", "if Drive == \"Unextracted (Less Space)\":\n", - " xloc = \"drive\"\n", - "if Drive == \"Extracted (Faster Loading)\":\n", " xloc = \"colab\"\n", + "if Drive == \"Extracted (Faster Loading)\":\n", + " xloc = \"drive\"\n", "from google.colab import drive\n", "drive.mount('/content/drive/')\n", "\n", @@ -106,7 +108,6 @@ "provenance": [], "private_outputs": true, "collapsed_sections": [], - "authorship_tag": "ABX9TyN99Aa/LOA7MugR8iSyacJM", "include_colab_link": true }, "kernelspec": { @@ -120,4 +121,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} +} \ No newline at end of file