]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml : inttypes.h -> cinttypes (llama/0)
authorGeorgi Gerganov <redacted>
Sat, 16 Nov 2024 21:40:39 +0000 (23:40 +0200)
committerGeorgi Gerganov <redacted>
Wed, 20 Nov 2024 19:00:08 +0000 (21:00 +0200)
ggml-ci

ggml/src/ggml-opt.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>