Colab: Update
Switch to pyproject Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
db62d1e649
commit
277c540c98
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue