File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ backend-assets/grpc/llama-cpp-hipblas: backend-assets/grpc backend/cpp/llama/lla
775
775
cp -rf backend/cpp/llama backend/cpp/llama-hipblas
776
776
$(MAKE ) -C backend/cpp/llama-hipblas purge
777
777
$(info ${GREEN}I llama-cpp build info:hipblas${RESET})
778
- BUILD_TYPE=" hipblas" $(MAKE ) VARIANT=" llama-hipblas" build-llama-cpp-grpc-server
778
+ CMAKE_ARGS= " $( CMAKE_ARGS ) -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off " BUILD_TYPE=" hipblas" $(MAKE ) VARIANT=" llama-hipblas" build-llama-cpp-grpc-server
779
779
cp -rfv backend/cpp/llama-hipblas/grpc-server backend-assets/grpc/llama-cpp-hipblas
780
780
781
781
backend-assets/grpc/llama-cpp-sycl_f16 : backend-assets/grpc backend/cpp/llama/llama.cpp
You can’t perform that action at this time.
0 commit comments