소스 검색
ggml : inttypes.h -> cinttypes (#0)
ggml-ci
Georgi Gerganov
1 년 전
|
|
@@ -8,7 +8,7 @@
|
|
|
#include <algorithm>
|
|
|
#include <cmath>
|
|
|
#include <cstdint>
|
|
|
-#include <inttypes.h>
|
|
|
+#include <cinttypes>
|
|
|
#include <map>
|
|
|
#include <random>
|
|
|
#include <vector>
|
|
|
@@ -5,7 +5,7 @@
|
|
|
#include "ggml-opt.h"
|
|
|
|
|
|
#include <cmath>
|
|
|
-#include <inttypes.h>
|
|
|
+#include <cinttypes>
|
|
|
#include <random>
|
|
|
#include <string>
|
|
|
#include <thread>
|
|
|
@@ -7,7 +7,6 @@
|
|
|
#include <algorithm>
|
|
|
#include <assert.h>
|
|
|
#include <functional>
|
|
|
-#include <inttypes.h>
|
|
|
#include <math.h>
|
|
|
#include <memory>
|
|
|
#include <stdio.h>
|