mirror of
https://github.com/serge-chat/serge.git
synced 2024-01-15 09:32:12 +03:00
Bump llama-cpp-python to v0.2.19 (#894)
This commit is contained in:
committed by
GitHub
parent
6d310aecc9
commit
947efe5d4b
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user