fix the colab, pydantic error
:3
This commit is contained in:
parent
0a144688c6
commit
12bf7a0174
1 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue