Syntax Fixes

This commit is contained in:
henk717 2022-01-18 01:02:35 +01:00 committed by GitHub
parent b81ccf1992
commit f20ef66b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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",