Skip to content

Commit

Permalink
Removed gemini token references from SGLang notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
priankakariat committed Dec 13, 2024
1 parent 286594f commit c4268ee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Gemma/Using_Gemma_with_SGLang.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@
"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",
"\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",
"2. **Hugging Face Token:** Generate a Hugging Face access (preferably `write` permission) token by clicking [here](https://huggingface.co/settings/tokens). You'll need this token later in the tutorial.\n",
Expand All @@ -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. <img src=\"https://storage.googleapis.com/generativeai-downloads/images/secrets.jpg\" alt=\"The Secrets tab is found on the left panel.\" width=50%>\n",
"2. Create a new secret with the name `HF_TOKEN`.\n",
Expand Down

0 comments on commit c4268ee

Please sign in to comment.