colab fix

This commit is contained in:
Ash
2023-02-13 23:40:02 +04:00
parent 2dc54a95b5
commit 20147fc8ca

View File

@@ -11,7 +11,7 @@
"Works with:<br>\n", "Works with:<br>\n",
"KoboldAI https://github.com/KoboldAI/KoboldAI-Client<br>\n", "KoboldAI https://github.com/KoboldAI/KoboldAI-Client<br>\n",
"Pygmalion https://huggingface.co/PygmalionAI/<br>\n", "Pygmalion https://huggingface.co/PygmalionAI/<br>\n",
"<br>\n ", "<br>\n",
"**Links**<br>\n", "**Links**<br>\n",
"TavernAI Github https://github.com/TavernAI/TavernAI<br>\n", "TavernAI Github https://github.com/TavernAI/TavernAI<br>\n",
"TavernAI Discord https://discord.gg/zmK2gmr45t<br>\n", "TavernAI Discord https://discord.gg/zmK2gmr45t<br>\n",
@@ -169,6 +169,8 @@
"time.sleep(1)\n", "time.sleep(1)\n",
"%env colab=2\n", "%env colab=2\n",
"%env colaburl=$url\n", "%env colaburl=$url\n",
"if use_google_drive:\n",
" %env googledrive=2\n",
"!nohup node server.js &\n", "!nohup node server.js &\n",
"time.sleep(3)\n", "time.sleep(3)\n",
"print('KoboldAI LINK:')\n", "print('KoboldAI LINK:')\n",