From cd3b8db4e59143ad7d26076228215336eda9c9f1 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 16 Nov 2024 23:40:39 +0200 Subject: [PATCH] ggml : inttypes.h -> cinttypes (#0) ggml-ci --- ggml/src/ggml-opt.cpp | 2 +- tests/test-opt.cpp | 2 +- tests/test-quantize-perf.cpp | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ggml/src/ggml-opt.cpp b/ggml/src/ggml-opt.cpp index 808aa0d02..040205a31 100644 --- a/ggml/src/ggml-opt.cpp +++ b/ggml/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 4abe85c74..f90c92b4b 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 ac0d12714..288288493 100644 --- a/tests/test-quantize-perf.cpp +++ b/tests/test-quantize-perf.cpp @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include