From 2dc54a95b5f44b2569c707c90c203eaaf6215014 Mon Sep 17 00:00:00 2001 From: Ash Date: Mon, 13 Feb 2023 13:02:08 +0400 Subject: [PATCH 1/2] colab --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f8219b65e..d0fe81c24 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ Examples of interface and output:
[TavernAI Download](https://github.com/TavernAI/TavernAI/archive/refs/heads/main.zip)
-[TavernAI Run Online](https://colab.research.google.com/github/TavernAI/TavernAIColab/blob/main/colab/GPU.ipynb)

+[TavernAI Run Online](https://colab.research.google.com/github/TavernAI/TavernAI/blob/main/colab/GPU.ipynb)

[TavetnAI Boosty](https://boosty.to/tavernai)
[TavernAI Discord](https://discord.gg/zmK2gmr45t)
From 20147fc8ca2cd873fca712a9092b2daf951688d2 Mon Sep 17 00:00:00 2001 From: Ash Date: Mon, 13 Feb 2023 23:40:02 +0400 Subject: [PATCH 2/2] colab fix --- colab/GPU.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/colab/GPU.ipynb b/colab/GPU.ipynb index ed32b1249..cb3a5aa9a 100644 --- a/colab/GPU.ipynb +++ b/colab/GPU.ipynb @@ -11,7 +11,7 @@ "Works with:
\n", "KoboldAI https://github.com/KoboldAI/KoboldAI-Client
\n", "Pygmalion https://huggingface.co/PygmalionAI/
\n", - "
\n ", + "
\n", "**Links**
\n", "TavernAI Github https://github.com/TavernAI/TavernAI
\n", "TavernAI Discord https://discord.gg/zmK2gmr45t
\n", @@ -169,6 +169,8 @@ "time.sleep(1)\n", "%env colab=2\n", "%env colaburl=$url\n", + "if use_google_drive:\n", + " %env googledrive=2\n", "!nohup node server.js &\n", "time.sleep(3)\n", "print('KoboldAI LINK:')\n",