ggml : inttypes.h -> cinttypes (llama/0)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-11-16 23:40:39 +02:00
parent 7e0eafcb1e
commit bd574b05af

View File

@ -8,7 +8,7 @@
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <inttypes.h>
#include <cinttypes>
#include <map>
#include <random>
#include <vector>