Bump llama-cpp-python to v0.2.19 (#894)

This commit is contained in:
Juan Calderon-Perez
2023-11-21 19:25:46 -05:00
committed by GitHub
parent 6d310aecc9
commit 947efe5d4b
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ _term() {
}
# Install python bindings
UNAME_M=$(dpkg --print-architecture) pip install llama-cpp-python==0.2.18 || {
UNAME_M=$(dpkg --print-architecture) pip install llama-cpp-python==0.2.19 || {
echo 'Failed to install llama-cpp-python'
exit 1
}

View File

@@ -9,7 +9,7 @@ pip install -e ./api || {
}
# Install python bindings
UNAME_M=$(dpkg --print-architecture) pip install llama-cpp-python==0.2.18 || {
UNAME_M=$(dpkg --print-architecture) pip install llama-cpp-python==0.2.19 || {
echo 'Failed to install llama-cpp-python'
exit 1
}