File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ grpc-server: llama.cpp llama.cpp/examples/grpc-server
8080 @echo " Building grpc-server with $( BUILD_TYPE) build type and $( CMAKE_ARGS) "
8181ifneq (,$(findstring sycl,$(BUILD_TYPE ) ) )
8282 +bash -c "source $(ONEAPI_VARS); \
83- cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET) -j$(nproc) "
83+ cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET)"
8484else
85- +cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET) -j$(nproc)
85+ +cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET)
8686endif
8787 cp llama.cpp/build/bin/grpc-server .
You can’t perform that action at this time.
0 commit comments