Skip to content

Commit 7dfddc7

Browse files
committed
centralized request middleware
Signed-off-by: Dave Lee <dave@gray101.com>
1 parent 5f130fe commit 7dfddc7

54 files changed

Lines changed: 904 additions & 679 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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?=a89f75e1b7b90cb2d4d4c52ca53ef9e9b466aa45
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
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
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
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)