mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
fix the colab, pydantic error
:3
This commit is contained in:
committed by
GitHub
parent
0a144688c6
commit
12bf7a0174
@@ -55,9 +55,10 @@
|
||||
"!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",
|
||||
"!pip install -U pydantic -q\n",
|
||||
"\n",
|
||||
"# Download cloudflared tunnel\n",
|
||||
"%cd /content/tabbyAPI/\n",
|
||||
|
||||
Reference in New Issue
Block a user