Skip to content

Commit

Permalink
Colab: Update
Browse files Browse the repository at this point in the history
Switch to pyproject

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Mar 25, 2024
1 parent db62d1e commit 277c540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colab/TabbyAPI_Colab_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"%cd tabbyAPI\n",
"\n",
"# Install cuda requirements\n",
"!pip install -r requirements.txt -q\n",
"!pip install .[cu121] -q\n",
"!pip install huggingface-hub -q\n",
"\n",
"# Download cloudflared tunnel\n",
Expand Down Expand Up @@ -260,4 +260,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 277c540

Please sign in to comment.