We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525e274 commit 457fbdaCopy full SHA for 457fbda
tests/test-quantize-stats.cpp
@@ -23,7 +23,7 @@
23
#endif
24
25
struct quantize_stats_params {
26
- std::string model = DEFAULT_MODEL_PATH;
+ std::string model = "models/7B/ggml-model-f16.gguf";
27
bool verbose = false;
28
bool per_layer_stats = false;
29
bool print_histogram = false;
0 commit comments