From: Georgi Gerganov Date: Sat, 16 Nov 2024 21:40:39 +0000 (+0200) Subject: ggml : inttypes.h -> cinttypes (llama/0) X-Git-Tag: upstream/0.0.1642~185 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5cbbe51096c6a39c88c1bc8a5f6c332c97770635;p=pkg%2Fggml%2Fsources%2Fggml ggml : inttypes.h -> cinttypes (llama/0) ggml-ci --- diff --git a/src/ggml-opt.cpp b/src/ggml-opt.cpp index 808aa0d0..040205a3 100644 --- a/src/ggml-opt.cpp +++ b/src/ggml-opt.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/tests/test-opt.cpp b/tests/test-opt.cpp index 4abe85c7..f90c92b4 100644 --- a/tests/test-opt.cpp +++ b/tests/test-opt.cpp @@ -5,7 +5,7 @@ #include "ggml-opt.h" #include -#include +#include #include #include #include diff --git a/tests/test-quantize-perf.cpp b/tests/test-quantize-perf.cpp index ac0d1271..28828849 100644 --- a/tests/test-quantize-perf.cpp +++ b/tests/test-quantize-perf.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include