Skip to content

Commit cb8d8d6

Browse files
committed
Updated
1 parent b36aeb0 commit cb8d8d6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ docker: docker-dep docker-base
4343
-f Dockerfile.llamacpp .
4444

4545
# Build llama-server
46-
llama-server: submodule-checkout
47-
@echo "Building llama-server"
48-
@cd llama.cpp && make -j$(nproc) llama-server
49-
46+
llamacpp: submodule-checkout
47+
@echo "Building llamacpp"
48+
@cd llama.cpp && make -j$(nproc) libllama.a
49+
50+
onnxruntime: submodule-checkout
51+
@echo "Building onnxruntime"
52+
@cd onnxruntime && ./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync
53+
5054
# Push docker container
5155
docker-push: docker-dep
5256
@echo push docker images

onnxruntime

Submodule onnxruntime added at 9334d4e

0 commit comments

Comments
 (0)