Skip to content

Commit 662f55f

Browse files
Update model_garden_pytorch_falcon_instruct_quantization.ipynb
1 parent a8f3c68 commit 662f55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/community/model_garden/model_garden_pytorch_falcon_instruct_quantization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"# Create a unique GCS bucket for this notebook, if not specified by the user.\n",
127127
"if BUCKET_URI is None or BUCKET_URI.strip() == \"\" or BUCKET_URI == \"gs://\":\n",
128128
" BUCKET_URI = f\"gs://{PROJECT_ID}-tmp-{now}\"\n",
129-
" ! gsutil mb -l {REGION} {BUCKET_URI}}\n",
129+
" ! gsutil mb -l {REGION} {BUCKET_URI}\n",
130130
"else:\n",
131131
" shell_output = ! gsutil ls -Lb {BUCKET_URI} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",
132132
" bucket_region = shell_output[0].strip().lower()\n",

0 commit comments

Comments
 (0)