Skip to content

Commit abcd3dd

Browse files
committed
fixed gcs pathing
1 parent 14ace7a commit abcd3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/llmops/finetuning-flan-t5/00_llmops_finetuning_flan_t5_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"outputs": [],
307307
"source": [
308308
"BUCKET_NAME = f'{PROJECT_ID}-{MODEL_ID}-bucket'\n",
309-
"BUCKET_URI = f'gs://{BUCKET_NAME}'\n",
309+
"BUCKET_URI = f'gs://{BUCKET_NAME}/'\n",
310310
"AF_REGISTRY_NAME = 'vertex-mlops-af' # Artifact Registry name\n",
311311
"REGION = 'us-central1'"
312312
]
@@ -887,7 +887,7 @@
887887
"pipeline_params = {\n",
888888
" 'endpoint_sa': SERVICE_ACCOUNT,\n",
889889
" 'project_id': PROJECT_ID,\n",
890-
" 'model_dir': f'{BUCKET_URI}/model',\n",
890+
" 'model_dir': f'{BUCKET_URI}model/',\n",
891891
" 'lr': 5e-5,\n",
892892
" 'epochs': 5,\n",
893893
" 'logging_steps': 500,\n",

0 commit comments

Comments
 (0)