Skip to content

Commit 7d3ab65

Browse files
authored
Merge pull request #8 from aevyraai/fix/notebook-pip-install
fix: notebook pip install instead of git clone
2 parents e8cd04d + 0d6cfb2 commit 7d3ab65

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

notebooks/forge_quickstart.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,8 @@
4545
},
4646
"outputs": [],
4747
"source": [
48-
"# @title \u2461 Install dependencies (~3 min first time)\n",
49-
"# Store your GitHub token in Colab Secrets as GITHUB_TOKEN\n",
50-
"# (\ud83d\udd11 icon in the left sidebar, key name: GITHUB_TOKEN)\n",
51-
"from google.colab import userdata\n",
52-
"\n",
53-
"GITHUB_TOKEN = userdata.get(\"GITHUB_TOKEN\")\n",
54-
"\n",
55-
"!git clone https://{GITHUB_TOKEN}@github.com/aevyraai/forge.git /content/forge -q\n",
56-
"\n",
57-
"%pip install -q -e \"/content/forge[vllm]\" \\\n",
48+
"# @title \u2461 Install dependencies\n",
49+
"%pip install -q aevyra-forge[notebooks] \\\n",
5850
" \"vllm>=0.4,<0.7\" \\\n",
5951
" \"openai>=1.0\" \\\n",
6052
" \"httpx>=0.27\" \\\n",

0 commit comments

Comments
 (0)