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", 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)