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 b3c7db5 commit 625f0aeCopy full SHA for 625f0ae
examples/quantize/quantize.cpp
@@ -7,6 +7,7 @@
7
#include <string>
8
#include <unordered_map>
9
#include <fstream>
10
+#include <cmath>
11
#include <cctype>
12
13
struct quant_option {
src/llama-quant.cpp
@@ -5,9 +5,11 @@
5
#include "llama-model-loader.h"
6
#include <algorithm>
#include <cstring>
#include <cinttypes>
+#include <mutex>
#include <thread>
14
15
0 commit comments