Add tensorflow to colab

This commit is contained in:
SillyLossy
2023-03-01 21:09:26 +02:00
parent 71c02d0297
commit 569ae28e9e

View File

@@ -173,6 +173,7 @@
"!git clone https://github.com/SillyLossy/TavernAI-extras\n",
"%cd TavernAI-extras\n",
"!pip install -r requirements.txt\n",
"!pip install -U tensorflow==2.9.2\n",
"extras_process = subprocess.Popen(['python', '/TavernAI-extras/server.py', '--cpu', ShareParam, ModulesParam], stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='/TavernAI-extras')\n",
"print('processId:', extras_process.pid)\n",
"\n",