summaryrefslogtreecommitdiff
path: root/examples/quantize/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quantize/tests.sh')
-rw-r--r--examples/quantize/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quantize/tests.sh b/examples/quantize/tests.sh
index a3ca74c6..38e28ffc 100644
--- a/examples/quantize/tests.sh
+++ b/examples/quantize/tests.sh
@@ -47,7 +47,7 @@ echo PASS
echo
# 3a. Test the requanted model is loading properly
-$MAIN --model $WORK_PATH/ggml-model-requant-00001-of-00006.gguf --random-prompt --n-predict 32
+$MAIN --model $WORK_PATH/ggml-model-requant-00001-of-00006.gguf --n-predict 32
echo PASS
echo
@@ -57,7 +57,7 @@ echo PASS
echo
# 4b. Test the requanted model is loading properly
-$MAIN --model $WORK_PATH/ggml-model-requant-merge.gguf --random-prompt --n-predict 32
+$MAIN --model $WORK_PATH/ggml-model-requant-merge.gguf --n-predict 32
echo PASS
echo