We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a7aa3 commit 33bd1dfCopy full SHA for 33bd1df
notebooks/community/model_garden/model_garden_pytorch_mixtral_peft_tuning.ipynb
@@ -187,7 +187,7 @@
187
"if BUCKET_URI is None or BUCKET_URI.strip() == \"\" or BUCKET_URI == \"gs://\":\n",
188
" BUCKET_URI = f\"gs://{PROJECT_ID}-tmp-{now}-{str(uuid.uuid4())[:4]}\"\n",
189
" BUCKET_NAME = \"/\".join(BUCKET_URI.split(\"/\")[:3])\n",
190
- " ! gsutil mb -l {REGION} {BUCKET_URI\n",
+ " ! gsutil mb -l {REGION} {BUCKET_URI}\n",
191
"else:\n",
192
" assert BUCKET_URI.startswith(\"gs://\"), \"BUCKET_URI must start with `gs://`.\"\n",
193
" shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",
0 commit comments