Syntax Fix 2
This commit is contained in:
parent
f20ef66b3a
commit
8739657abb
|
@ -80,9 +80,9 @@
|
|||
" extract = \"-z gpt-j-6b-c1-jax.7z\"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"if Drive == \"Unextracted (Less Space)\"\n",
|
||||
"if Drive == \"Unextracted (Less Space)\":\n",
|
||||
" xloc = \"drive\"\n",
|
||||
"if Drive == \"Extracted (Faster Loading)\"\n",
|
||||
"if Drive == \"Extracted (Faster Loading)\":\n",
|
||||
" xloc = \"colab\"\n",
|
||||
"from google.colab import drive\n",
|
||||
"drive.mount('/content/drive/')\n",
|
||||
|
|
Loading…
Reference in New Issue