diff --git a/TabbyAPI_Colab_Example.ipynb b/TabbyAPI_Colab_Example.ipynb index 465bafa..b98f861 100644 --- a/TabbyAPI_Colab_Example.ipynb +++ b/TabbyAPI_Colab_Example.ipynb @@ -55,8 +55,8 @@ "!git clone https://github.com/theroyallab/tabbyAPI\n", "%cd tabbyAPI\n", "\n", - "# Install cuda 11.8 requirements\n", - "!pip install -r requirements-cu118.txt -q\n", + "# Install cuda requirements\n", + "!pip install -r requirements.txt -q\n", "!pip install huggingface-hub -q\n", "\n", "# Download cloudflared tunnel\n", @@ -212,4 +212,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}