TPU Colab
This commit is contained in:
parent
5cc065d43c
commit
4fac202059
|
@ -50,7 +50,7 @@
|
|||
"#@title <b><-- Click this to start KoboldAI</b>\n",
|
||||
"Model = \"Adventure 6B\" #@param [\"Skein 6B\", \"Adventure 6B\", \"Lit 6B\", \"Generic 6B\", \"C1 6B\"]\n",
|
||||
"Version = \"United\" #@param [\"Official\", \"United\"] {allow-input: true}\n",
|
||||
"Drive = \"Extracted (Faster Loading)\" #@param [\"Unextracted (Less Space)\", \"Extracted (Faster Loading)\"]\n",
|
||||
"Drive = \"Unextracted (Less Space)\" #@param [\"Unextracted (Less Space)\", \"Extracted (Faster Loading)\"]\n",
|
||||
"#@markdown Extracted models take up more space but load faster the next time you use them, not all models use your Google Drive. See the Model list below for descriptions and space requirements. If your extracted model does not load the next time you try to launch KoboldAI delete the folder from your Google Drive and ensure enough space is available.\n",
|
||||
"\n",
|
||||
"if Model == \"Skein 6B\":\n",
|
||||
|
@ -58,13 +58,13 @@
|
|||
" location = \"colab\"\n",
|
||||
" download = \"-a https://storage.henk.tech/KoboldAI/skein-jax.txt\"\n",
|
||||
" extract = \"\"\n",
|
||||
" Drive = \"colab\"\n",
|
||||
" Drive = \"Unextracted (Less Space)\"\n",
|
||||
"if Model == \"Adventure 6B\":\n",
|
||||
" path = \"gpt-j-6b-adventure-jax\"\n",
|
||||
" location = \"colab\"\n",
|
||||
" download = \"-a https://api.wandb.ai/files/ve-forbryderne/adventure/carol-data/models/gpt-j-6b-adventure-jax/aria2.txt\"\n",
|
||||
" extract = \"\"\n",
|
||||
" Drive = \"colab\"\n",
|
||||
" Drive = \"Unextracted (Less Space)\"\n",
|
||||
"if Model == \"Lit 6B\":\n",
|
||||
" path = \"gpt-j-6b-lit-jax\"\n",
|
||||
" location = \"drive\"\n",
|
||||
|
|
Loading…
Reference in New Issue