Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed gemini token references from SGLang documentation. #118

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions Gemma/Using_Gemma_with_SGLang.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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
Loading