Skip to content

Commit

Permalink
Merge pull request theroyallab#31 from veryamazinglystupid/main
Browse files Browse the repository at this point in the history
cuda -> 12, pydantic error fixed.
  • Loading branch information
bdashore3 authored Dec 20, 2023
2 parents c9e43e5 + 5fbb374 commit 5368ed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TabbyAPI_Colab_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -212,4 +212,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 5368ed7

Please sign in to comment.