From 5fbb37405f40c0a6d537659bcbd75f45aa628b5b Mon Sep 17 00:00:00 2001 From: kingbri Date: Wed, 20 Dec 2023 00:01:58 -0500 Subject: [PATCH] Colab: Remove the pydantic hotfix Requirements.txt is now pinned to install pydantic >= 2.0.0 Signed-off-by: kingbri --- TabbyAPI_Colab_Example.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TabbyAPI_Colab_Example.ipynb b/TabbyAPI_Colab_Example.ipynb index 6872bb9..b98f861 100644 --- a/TabbyAPI_Colab_Example.ipynb +++ b/TabbyAPI_Colab_Example.ipynb @@ -58,7 +58,6 @@ "# Install cuda requirements\n", "!pip install -r requirements.txt -q\n", "!pip install huggingface-hub -q\n", - "!pip install -U pydantic -q\n", "\n", "# Download cloudflared tunnel\n", "%cd /content/tabbyAPI/\n", @@ -213,4 +212,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}