Skip to content

Commit 457fbda

Browse files
committed
fix compile
1 parent 525e274 commit 457fbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-quantize-stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#endif
2424

2525
struct quantize_stats_params {
26-
std::string model = DEFAULT_MODEL_PATH;
26+
std::string model = "models/7B/ggml-model-f16.gguf";
2727
bool verbose = false;
2828
bool per_layer_stats = false;
2929
bool print_histogram = false;

0 commit comments

Comments
 (0)