We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507bcc7 commit 95d5480Copy full SHA for 95d5480
Makefile
@@ -6,7 +6,7 @@ update.vendor:
6
cd vendor/llama.cpp && git pull origin master
7
8
deps:
9
- python3 -m pip install pip
+ python3 -m pip install --upgrade pip
10
python3 -m pip install -e ".[all]"
11
12
build:
0 commit comments