diff --git a/examples/pytorch/text-classification/Fine-Tune-Llama3-LLM.ipynb b/examples/pytorch/text-classification/Fine-Tune-Llama3-LLM.ipynb index 259cb0cce2..1888b39fb1 100644 --- a/examples/pytorch/text-classification/Fine-Tune-Llama3-LLM.ipynb +++ b/examples/pytorch/text-classification/Fine-Tune-Llama3-LLM.ipynb @@ -42,9 +42,11 @@ ] }, { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": null, "id": "af5e73b2", "metadata": {}, + "outputs": [], "source": [ "from typing import List\n", "from kfp import client\n",