Skip to content

Commit 33bd1df

Browse files
Update model_garden_pytorch_mixtral_peft_tuning.ipynb
1 parent 37a7aa3 commit 33bd1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/community/model_garden/model_garden_pytorch_mixtral_peft_tuning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"if BUCKET_URI is None or BUCKET_URI.strip() == \"\" or BUCKET_URI == \"gs://\":\n",
188188
" BUCKET_URI = f\"gs://{PROJECT_ID}-tmp-{now}-{str(uuid.uuid4())[:4]}\"\n",
189189
" BUCKET_NAME = \"/\".join(BUCKET_URI.split(\"/\")[:3])\n",
190-
" ! gsutil mb -l {REGION} {BUCKET_URI\n",
190+
" ! gsutil mb -l {REGION} {BUCKET_URI}\n",
191191
"else:\n",
192192
" assert BUCKET_URI.startswith(\"gs://\"), \"BUCKET_URI must start with `gs://`.\"\n",
193193
" shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",

0 commit comments

Comments
 (0)