From ffa5c0bc13ae98f10d521da3cdec665337a87bf1 Mon Sep 17 00:00:00 2001 From: henk717 Date: Wed, 8 Mar 2023 20:52:03 +0100 Subject: [PATCH] Empty Revision Fix --- colab/TPU.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colab/TPU.ipynb b/colab/TPU.ipynb index 96207af4..131b134a 100644 --- a/colab/TPU.ipynb +++ b/colab/TPU.ipynb @@ -89,6 +89,8 @@ " if not os.path.exists(\"/content/drive/MyDrive/\"):\n", " os.mkdir(\"/content/drive/MyDrive/\")\n", "\n", + "Revision = \"\"\n", + "\n", "if Model == \"Janeway 13B\":\n", " Model = \"KoboldAI/fairseq-dense-13B-Janeway\"\n", " path = \"\"\n",