File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 783
783
echo "BUILD_GRPC_FOR_BACKEND_LLAMA is not defined."
784
784
LLAMA_VERSION=$(CPPLLAMA_VERSION) $(MAKE) -C backend/cpp/${VARIANT} grpc-server
785
785
endif
786
- ifneq ($(UPX ) ,)
787
- $(UPX) backend/cpp/${VARIANT}/grpc-server
788
- endif
789
786
790
787
# This target is for manually building a variant with-auto detected flags
791
788
backend-assets/grpc/llama-cpp : backend-assets/grpc backend/cpp/llama/llama.cpp
@@ -858,9 +855,6 @@ backend-assets/grpc/llama-cpp-grpc: backend-assets/grpc backend/cpp/llama/llama.
858
855
backend-assets/util/llama-cpp-rpc-server : backend-assets/grpc/llama-cpp-grpc
859
856
mkdir -p backend-assets/util/
860
857
cp -rf backend/cpp/llama-grpc/llama.cpp/build/bin/rpc-server backend-assets/util/llama-cpp-rpc-server
861
- ifneq ($(UPX ) ,)
862
- $(UPX) backend-assets/util/llama-cpp-rpc-server
863
- endif
864
858
865
859
backend-assets/grpc/llama-ggml : sources/go-llama.cpp sources/go-llama.cpp/libbinding.a backend-assets/grpc
866
860
CGO_LDFLAGS=" $( CGO_LDFLAGS) " C_INCLUDE_PATH=$(CURDIR ) /sources/go-llama.cpp LIBRARY_PATH=$(CURDIR ) /sources/go-llama.cpp \
You can’t perform that action at this time.
0 commit comments