Location Fixes

This commit is contained in:
henk717 2022-01-18 01:19:23 +01:00
parent 8739657abb
commit 5d01205496

View File

@ -58,11 +58,13 @@
" location = \"colab\"\n",
" download = \"-a https://storage.henk.tech/KoboldAI/skein-jax.txt\"\n",
" extract = \"\"\n",
" xloc = \"colab\"\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",
" xloc = \"colab\"\n",
"if Model == \"Lit 6B\":\n",
" path = \"gpt-j-6b-lit-jax\"\n",
" location = \"drive\"\n",
@ -81,9 +83,9 @@
"\n",
"\n",
"if Drive == \"Unextracted (Less Space)\":\n",
" xloc = \"drive\"\n",
"if Drive == \"Extracted (Faster Loading)\":\n",
" xloc = \"colab\"\n",
"if Drive == \"Extracted (Faster Loading)\":\n",
" xloc = \"drive\"\n",
"from google.colab import drive\n",
"drive.mount('/content/drive/')\n",
"\n",
@ -106,7 +108,6 @@
"provenance": [],
"private_outputs": true,
"collapsed_sections": [],
"authorship_tag": "ABX9TyN99Aa/LOA7MugR8iSyacJM",
"include_colab_link": true
},
"kernelspec": {
@ -120,4 +121,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}