Skip to content

Commit 01de5c5

Browse files
committed
quantize-stats : delete obsolete strings
1 parent 3a111ab commit 01de5c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/quantize-stats/quantize-stats.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
#include <unordered_map>
1717
#include <vector>
1818

19-
static const char * type_strs[] = { "f32", "f16", "q4_0", "q4_1", "q8_0", "i8", "i16", "i32", };
20-
static_assert(sizeof(type_strs) == GGML_TYPE_COUNT * sizeof(char *), "Incomplete type list");
21-
2219
struct quantize_stats_params {
2320
std::string model = "models/7B/ggml-model-f16.bin";
2421
bool verbose = false;

0 commit comments

Comments
 (0)