Colab: Remove the pydantic hotfix

Requirements.txt is now pinned to install pydantic >= 2.0.0

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri
2023-12-20 00:01:58 -05:00
parent 12bf7a0174
commit 5fbb37405f

View File

@@ -58,7 +58,6 @@
"# Install cuda requirements\n", "# Install cuda requirements\n",
"!pip install -r requirements.txt -q\n", "!pip install -r requirements.txt -q\n",
"!pip install huggingface-hub -q\n", "!pip install huggingface-hub -q\n",
"!pip install -U pydantic -q\n",
"\n", "\n",
"# Download cloudflared tunnel\n", "# Download cloudflared tunnel\n",
"%cd /content/tabbyAPI/\n", "%cd /content/tabbyAPI/\n",
@@ -213,4 +212,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 0
} }