File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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)"
83+ 	cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET) -j$(nproc) "
8484else 
85- 	+cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET)
85+ 	+cd llama.cpp && mkdir -p build && cd build && cmake .. $(CMAKE_ARGS) && cmake --build . --config Release $(TARGET) -j$(nproc) 
8686endif 
87- 	cp llama.cpp/build/bin/grpc-server .
87+ 	cp llama.cpp/build/bin/grpc-server .
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments