Skip to content

Commit ed7f03e

Browse files
authored
Merge branch 'master' into feat-request-middleware
2 parents 0776abe + a60b9b7 commit ed7f03e

File tree

19 files changed

+70
-18
lines changed

19 files changed

+70
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DETECT_LIBS?=true
88
# llama.cpp versions
99
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
1010
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
11-
CPPLLAMA_VERSION?=755a9b2bf00fbae988e03a47e852b66eaddd113a
11+
CPPLLAMA_VERSION?=9e041024481f6b249ab8918e18b9477f873b5a5e
1212

1313
# go-rwkv version
1414
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
accelerate
22
auto-gptq==0.7.1
3-
grpcio==1.66.2
3+
grpcio==1.67.0
44
protobuf
55
certifi
66
transformers

backend/python/bark/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bark==0.1.5
2-
grpcio==1.66.2
2+
grpcio==1.67.0
33
protobuf
44
certifi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.66.2
1+
grpcio==1.67.0
22
protobuf

backend/python/coqui/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coqui-tts
2-
grpcio==1.66.2
2+
grpcio==1.67.0
33
protobuf
44
certifi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools
2-
grpcio==1.66.2
2+
grpcio==1.67.0
33
pillow
44
protobuf
55
certifi

backend/python/exllama2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.66.2
1+
grpcio==1.67.0
22
protobuf
33
certifi
44
wheel

backend/python/mamba/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.66.2
1+
grpcio==1.67.0
22
protobuf
33
certifi

backend/python/openvoice/requirements-intel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
intel-extension-for-pytorch
33
torch
44
optimum[openvino]
5-
grpcio==1.66.2
5+
grpcio==1.67.0
66
protobuf
77
librosa==0.9.1
88
faster-whisper==1.0.3

backend/python/openvoice/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.66.2
1+
grpcio==1.67.0
22
protobuf
33
librosa
44
faster-whisper

0 commit comments

Comments
 (0)