We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9e599 commit 24203e9Copy full SHA for 24203e9
ggml/src/ggml-opt.cpp
@@ -8,7 +8,7 @@
8
#include <algorithm>
9
#include <cmath>
10
#include <cstdint>
11
-#include <inttypes.h>
+#include <cinttypes>
12
#include <map>
13
#include <random>
14
#include <vector>
tests/test-opt.cpp
@@ -5,7 +5,7 @@
5
#include "ggml-opt.h"
6
7
#include <string>
#include <thread>
tests/test-quantize-perf.cpp
@@ -7,7 +7,6 @@
#include <assert.h>
#include <functional>
#include <math.h>
#include <memory>
#include <stdio.h>
0 commit comments