mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
ggml : inttypes.h -> cinttypes (llama/0)
ggml-ci
This commit is contained in:
parent
7e0eafcb1e
commit
bd574b05af
@ -8,7 +8,7 @@
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
#include <map>
|
||||
#include <random>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user