Skip to content

Commit b65cfbf

Browse files
shortened pipeline name to avoid issues in pod naming
Signed-off-by: aishwarya.raimule <[email protected]>
1 parent 9664bed commit b65cfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pytorch/text-classification/Fine-Tune-Llama3-LLM.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"metadata": {},
295295
"outputs": [],
296296
"source": [
297-
"@dsl.pipeline(name='finetune-llama3-llm-pipeline')\n",
297+
"@dsl.pipeline(name='finetune-pipeline')\n",
298298
"def e2e_ml_pipeline():\n",
299299
" from kfp import kubernetes\n",
300300
" provision_model_storage = kubernetes.CreatePVC(\n",

0 commit comments

Comments
 (0)