diff --git a/Gemma/Using_Gemma_with_SGLang.ipynb b/Gemma/Using_Gemma_with_SGLang.ipynb index d2315ee..9007cfe 100644 --- a/Gemma/Using_Gemma_with_SGLang.ipynb +++ b/Gemma/Using_Gemma_with_SGLang.ipynb @@ -67,11 +67,9 @@ "2. Select **Change runtime type**.\n", "3. Under **Hardware accelerator**, select **T4 GPU**.\n", "\n", - "### Setup Hugging Face and Gemini\n", + "### Setup Hugging Face\n", "\n", - "**Before you dive into the tutorial, let's get you set up with Hugging face and Gemma:**\n", - "\n", - "#### Hugging Face setup\n", + "**Before you dive into the tutorial, let's get you set up with Hugging face:**\n", "\n", "1. **Hugging Face Account:** If you don't already have one, you can create a free Hugging Face account by clicking [here](https://huggingface.co/join).\n", "\n", @@ -86,9 +84,9 @@ "id": "bLEUJYZ8QmGz" }, "source": [ - "### Configure your HF token and Gemini token\n", + "### Configure your HF token\n", "\n", - "Add your Hugging Face token and Gemini token to the Colab Secrets manager to securely store it.\n", + "Add your Hugging Face token to the Colab Secrets manager to securely store it.\n", "\n", "1. Open your Google Colab notebook and click on the 🔑 Secrets tab in the left panel. \"The\n", "2. Create a new secret with the name `HF_TOKEN`.\n",