Skip to content

Commit

Permalink
quantize-stats : delete obsolete strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 15, 2023
1 parent 3a111ab commit 01de5c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/quantize-stats/quantize-stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
#include <unordered_map>
#include <vector>

static const char * type_strs[] = { "f32", "f16", "q4_0", "q4_1", "q8_0", "i8", "i16", "i32", };
static_assert(sizeof(type_strs) == GGML_TYPE_COUNT * sizeof(char *), "Incomplete type list");

struct quantize_stats_params {
std::string model = "models/7B/ggml-model-f16.bin";
bool verbose = false;
Expand Down

0 comments on commit 01de5c5

Please sign in to comment.