ggml : inttypes.h -> cinttypes (#0)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-11-16 23:40:39 +02:00
parent ce65dfe251
commit cd3b8db4e5
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -5,7 +5,7 @@
#include "ggml-opt.h" #include "ggml-opt.h"
#include <cmath> #include <cmath>
#include <inttypes.h> #include <cinttypes>
#include <random> #include <random>
#include <string> #include <string>
#include <thread> #include <thread>

View File

@ -7,7 +7,6 @@
#include <algorithm> #include <algorithm>
#include <assert.h> #include <assert.h>
#include <functional> #include <functional>
#include <inttypes.h>
#include <math.h> #include <math.h>
#include <memory> #include <memory>
#include <stdio.h> #include <stdio.h>