]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
build : fix and ignore MSVC warnings (#1889)
authorBorislav Stanimirov <redacted>
Fri, 16 Jun 2023 18:23:53 +0000 (21:23 +0300)
committerGitHub <redacted>
Fri, 16 Jun 2023 18:23:53 +0000 (21:23 +0300)
commit9cbf50c041a525d781c7764f493a5443924e4e38
tree73c6331d8f95335616f3a20f71a9ad259431c3b7
parent3d0112261042b356621e93db3fa4c6798a5d098f
build : fix and ignore MSVC warnings (#1889)
16 files changed:
examples/baby-llama/baby-llama.cpp
examples/benchmark/benchmark-matmult.cpp
examples/common.cpp
examples/embedding/embedding.cpp
examples/main/main.cpp
examples/perplexity/perplexity.cpp
examples/quantize-stats/quantize-stats.cpp
examples/save-load-state/save-load-state.cpp
examples/train-text-from-scratch/train-text-from-scratch.cpp
ggml.c
llama.cpp
pocs/vdot/vdot.cpp
tests/test-quantize-fns.cpp
tests/test-quantize-perf.cpp
tests/test-sampling.cpp
tests/test-tokenizer-0.cpp