mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-04-15 18:57:27 +02:00
Syntax Fixes
This commit is contained in:
parent
b81ccf1992
commit
f20ef66b3a
@ -80,9 +80,9 @@
|
|||||||
" extract = \"-z gpt-j-6b-c1-jax.7z\"\n",
|
" extract = \"-z gpt-j-6b-c1-jax.7z\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if Drive = \"Unextracted (Less Space)\"\n",
|
"if Drive == \"Unextracted (Less Space)\"\n",
|
||||||
" xloc = \"drive\"\n",
|
" xloc = \"drive\"\n",
|
||||||
"if Drive = \"Extracted (Faster Loading)\"\n",
|
"if Drive == \"Extracted (Faster Loading)\"\n",
|
||||||
" xloc = \"colab\"\n",
|
" xloc = \"colab\"\n",
|
||||||
"from google.colab import drive\n",
|
"from google.colab import drive\n",
|
||||||
"drive.mount('/content/drive/')\n",
|
"drive.mount('/content/drive/')\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user