aboutsummaryrefslogtreecommitdiff
path: root/.devops/tools.sh
diff options
context:
space:
mode:
Diffstat (limited to '.devops/tools.sh')
-rwxr-xr-x.devops/tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devops/tools.sh b/.devops/tools.sh
index b0196b6..ece9e4e 100755
--- a/.devops/tools.sh
+++ b/.devops/tools.sh
@@ -23,7 +23,7 @@ elif [[ $arg1 == '--all-in-one' || $arg1 == '-a' ]]; then
echo "Skip model quantization, it already exists: ${i/f16/q4_0}"
else
echo "Converting PTH to GGML: $i into ${i/f16/q4_0}..."
- ./quantize "$i" "${i/f16/q4_0}" 2
+ ./quantize "$i" "${i/f16/q4_0}" q4_0
fi
done
else