Colab: Update

Switch to pyproject

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-03-24 21:48:48 -04:00
parent db62d1e649
commit 277c540c98

View file

@ -56,7 +56,7 @@
"%cd tabbyAPI\n", "%cd tabbyAPI\n",
"\n", "\n",
"# Install cuda requirements\n", "# Install cuda requirements\n",
"!pip install -r requirements.txt -q\n", "!pip install .[cu121] -q\n",
"!pip install huggingface-hub -q\n", "!pip install huggingface-hub -q\n",
"\n", "\n",
"# Download cloudflared tunnel\n", "# Download cloudflared tunnel\n",
@ -260,4 +260,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 0
} }