From 277c540c98179ad90ba34ef98f8770cd691cd07d Mon Sep 17 00:00:00 2001 From: kingbri Date: Sun, 24 Mar 2024 21:48:48 -0400 Subject: [PATCH] Colab: Update Switch to pyproject Signed-off-by: kingbri --- colab/TabbyAPI_Colab_Example.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colab/TabbyAPI_Colab_Example.ipynb b/colab/TabbyAPI_Colab_Example.ipynb index ee0f0b2c..1b7e18d0 100644 --- a/colab/TabbyAPI_Colab_Example.ipynb +++ b/colab/TabbyAPI_Colab_Example.ipynb @@ -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", @@ -260,4 +260,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}