fix compile

This commit is contained in:
Xuan Son Nguyen
2025-11-21 23:26:32 +01:00
parent 525e2746df
commit 457fbdac2c

View File

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