]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : inttypes.h -> cinttypes (llama/0)
authorGeorgi Gerganov <redacted>
Sat, 16 Nov 2024 21:40:39 +0000 (23:40 +0200)
committerGeorgi Gerganov <redacted>
Mon, 18 Nov 2024 08:56:51 +0000 (10:56 +0200)
ggml-ci

src/ggml-opt.cpp
tests/test-opt.cpp
tests/test-quantize-perf.cpp

index 808aa0d023ab2dd401afd19341d9046c0a40fe10..040205a31bab0d628b8e9c940a851f48a5c14dba 100644 (file)
@@ -8,7 +8,7 @@
 #include <algorithm>
 #include <cmath>
 #include <cstdint>
-#include <inttypes.h>
+#include <cinttypes>
 #include <map>
 #include <random>
 #include <vector>
index 4abe85c74a4f6285456cb4269efa7fb47374a31b..f90c92b4b8ecfc8eff87c8dbbb9b368c55b8b1ce 100644 (file)
@@ -5,7 +5,7 @@
 #include "ggml-opt.h"
 
 #include <cmath>
-#include <inttypes.h>
+#include <cinttypes>
 #include <random>
 #include <string>
 #include <thread>
index ac0d1271430b127fc5c89f919bf3219911d3b268..2882884938388393e5b54bd1c584385951df60d5 100644 (file)
@@ -7,7 +7,6 @@
 #include <algorithm>
 #include <assert.h>
 #include <functional>
-#include <inttypes.h>
 #include <math.h>
 #include <memory>
 #include <stdio.h>