From 457fbdac2cdcaed96dd8d790791711e47c35593c Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Fri, 21 Nov 2025 23:26:32 +0100 Subject: [PATCH] fix compile --- tests/test-quantize-stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-quantize-stats.cpp b/tests/test-quantize-stats.cpp index a284a1f0c5..de587d456d 100644 --- a/tests/test-quantize-stats.cpp +++ b/tests/test-quantize-stats.cpp @@ -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;