quantize-stats : delete obsolete strings

This commit is contained in:
Georgi Gerganov 2023-04-14 21:57:05 +03:00
parent 3a111abd63
commit 01de5c5420
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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;