]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
build(cmake): simplify instructions (`cmake -B build && cmake --build build ...`...
authorOlivier Chafik <redacted>
Mon, 29 Apr 2024 16:02:45 +0000 (17:02 +0100)
committerGitHub <redacted>
Mon, 29 Apr 2024 16:02:45 +0000 (17:02 +0100)
commitb8a7a5a90fd3187175d84227dad705ade395ba46
tree68b6af3e23d7b8d70b4247ae96b72a5455dd2d40
parentd2c898f746a527f09effb061829e68b2e1812a28
build(cmake): simplify instructions (`cmake -B build && cmake --build build ...`) (#6964)

* readme: cmake . -B build && cmake --build build

* build: fix typo

Co-authored-by: Jared Van Bortel <redacted>
* build: drop implicit . from cmake config command

* build: remove another superfluous .

* build: update MinGW cmake commands

* Update README-sycl.md

Co-authored-by: Neo Zhang Jianyu <redacted>
* build: reinstate --config Release as not the default w/ some generators + document how to build Debug

* build: revert more --config Release

* build: nit / remove -H from cmake example

* build: reword debug instructions around single/multi config split

---------

Co-authored-by: Jared Van Bortel <redacted>
Co-authored-by: Neo Zhang Jianyu <redacted>
.devops/main-intel.Dockerfile
.devops/main-vulkan.Dockerfile
.devops/server-intel.Dockerfile
.devops/server-vulkan.Dockerfile
.github/workflows/bench.yml
.github/workflows/server.yml
README-sycl.md
README.md
examples/main-cmake-pkg/README.md
examples/server/README.md