]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : add compiler version and target to build info (#2998)
authorCebtenzzre <redacted>
Fri, 15 Sep 2023 20:59:49 +0000 (16:59 -0400)
committerGitHub <redacted>
Fri, 15 Sep 2023 20:59:49 +0000 (16:59 -0400)
commite6616cf0db2b63189fc34d0076f654af9adecdf8
tree5a5d518c2e576972ee097297ed1551b66880914b
parent3aefaab9e59335ebb07d5205dbc8633efd680e58
examples : add compiler version and target to build info (#2998)
21 files changed:
Makefile
common/common.h
examples/beam-search/CMakeLists.txt
examples/beam-search/beam-search.cpp
examples/benchmark/CMakeLists.txt
examples/benchmark/benchmark-matmult.cpp
examples/embd-input/embd-input-lib.cpp
examples/embd-input/embd-input.h
examples/embedding/embedding.cpp
examples/main/main.cpp
examples/perplexity/perplexity.cpp
examples/quantize-stats/CMakeLists.txt
examples/quantize-stats/quantize-stats.cpp
examples/quantize/CMakeLists.txt
examples/quantize/quantize.cpp
examples/save-load-state/save-load-state.cpp
examples/simple/CMakeLists.txt
examples/simple/simple.cpp
scripts/build-info.cmake
scripts/build-info.h.in
scripts/build-info.sh