quantize-stats.cpp : .bin --> .gguf

This commit is contained in:
klosax 2023-08-17 19:18:24 +02:00 committed by GitHub
parent fb11dd3f92
commit 78e1e57862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
#endif
struct quantize_stats_params {
std::string model = "models/7B/ggml-model-f16.bin";
std::string model = "models/7B/ggml-model-f16.gguf";
bool verbose = false;
bool per_layer_stats = false;
bool print_histogram = false;