Skip to content

Commit

Permalink
shortened pipeline name to avoid issues in pod naming
Browse files Browse the repository at this point in the history
Signed-off-by: aishwarya.raimule <[email protected]>
  • Loading branch information
aishwaryaraimule21 committed Feb 17, 2025
1 parent 6bc6f0d commit d62081a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"metadata": {},
"outputs": [],
"source": [
"@dsl.pipeline(name='finetune-llama3-llm-pipeline')\n",
"@dsl.pipeline(name='finetune-pipeline')\n",
"def e2e_ml_pipeline():\n",
" from kfp import kubernetes\n",
" provision_model_storage = kubernetes.CreatePVC(\n",
Expand Down

0 comments on commit d62081a

Please sign in to comment.