]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Include server in releases + other build system cleanups (#1610)
authorKerfuffle <redacted>
Sat, 27 May 2023 17:04:14 +0000 (11:04 -0600)
committerGitHub <redacted>
Sat, 27 May 2023 17:04:14 +0000 (11:04 -0600)
commit0df7d63e5ba0ab8856476e121a03b985d6f15c9d
treed8881046039aef7cdc2719d28d2764ee13e38c64
parent97c9b77c4fc5e2283755c4418759cfc5fc73ad05
Include server in releases + other build system cleanups (#1610)

Set `LLAMA_BUILD_SERVER` in workflow so the `server` example gets build. This currently only applies to Windows builds because it seems like only Windows binary artifacts are included in releases.

Add `server` example target to `Makefile` (still uses `LLAMA_BUILD_SERVER` define and does not build by default)

Fix issue where `vdot` binary wasn't removed when running `make clean`.

Fix compile warnings in `server` example.

Add `.hpp` files to trigger workflow (the server example has one).
.github/workflows/build.yml
Makefile
examples/server/server.cpp