Skip to content

Commit

Permalink
ci : use -no-cnv in requantize tests
Browse files Browse the repository at this point in the history
ggml-ci
  • Loading branch information
ggerganov committed Jan 15, 2025
1 parent 9e839a5 commit 414a66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quantize/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 --n-predict 32
$MAIN -no-cnv --model $WORK_PATH/ggml-model-requant-00001-of-00006.gguf --n-predict 32
echo PASS
echo

Expand All @@ -57,7 +57,7 @@ echo PASS
echo

# 4b. Test the requanted model is loading properly
$MAIN --model $WORK_PATH/ggml-model-requant-merge.gguf --n-predict 32
$MAIN -no-cnv --model $WORK_PATH/ggml-model-requant-merge.gguf --n-predict 32
echo PASS
echo

Expand Down

0 comments on commit 414a66f

Please sign in to comment.